You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This app uses React 18, Typescript 4, and Node 16.
87
+
This app uses React 18, Typescript 4, and Node 22.
88
88
89
89
### IDE
90
90
@@ -103,13 +103,13 @@ Once nvm is installed, run:
103
103
At the root of the project directory you'll notice a file called `.nvmrc` which specifies the node version used by the project. The command `nvm use` will use the version specified in the file if no version is supplied on the command line.
104
104
See [the nvm Github README](https://github.com/nvm-sh/nvm/blob/master/README.md#nvmrc) for more information on setting this up.
105
105
106
-
>**NOTE:** The current node version mentioned in the `.nvmrc` is `16.15.0`
106
+
>**NOTE:** The current node version mentioned in the `.nvmrc` is `22.13.0`
107
107
108
108
You can verify the versions of `nvm`, `node`, and `npm` using the commands below.
0 commit comments