Skip to content

Commit d2260e1

Browse files
committed
Update node version to latest lts: 22.13
1 parent a7b0712 commit d2260e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.15.0
1+
22.13.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ e.g.: `PROD-001 #comment adding readme notes #time 45m`
8484
- Typescript
8585
- React Scripts
8686

87-
This app uses React 18, Typescript 4, and Node 16.
87+
This app uses React 18, Typescript 4, and Node 22.
8888

8989
### IDE
9090

@@ -103,13 +103,13 @@ Once nvm is installed, run:
103103
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.
104104
See [the nvm Github README](https://github.com/nvm-sh/nvm/blob/master/README.md#nvmrc) for more information on setting this up.
105105

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`
107107
108108
You can verify the versions of `nvm`, `node`, and `npm` using the commands below.
109109
| Command | Supported Version |
110110
| ----------------- | -------- |
111111
| `% npm -v` | 8.5.5 |
112-
| `% node -v` | v16.15.0 |
112+
| `% node -v` | v22.13.0 |
113113
| `% nvm --version` | 0.39.1 |
114114
| `% nvm current` | v15.15.0 |
115115

0 commit comments

Comments
 (0)