Skip to content

Commit 3d7a2bb

Browse files
committed
README.md: Update minimum node version
This website now require node 20.x
1 parent a486246 commit 3d7a2bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Please lint and spellcheck your contributions before creating a pull request. We
3232

3333
To set up `nvm`, the Node Version Manager, follow the instructions listed [here](https://github.com/nvm-sh/nvm#readme). We recommend [setting up their shell integration](https://github.com/nvm-sh/nvm#deeper-shell-integration) as well, so you can automatically switch to the correct Node version when working on this project. Otherwise, ensure you run `nvm use`. This project requires the "current" supported release series of Node.
3434

35-
You can validate you are using the latest by running `node --version`. Your version should be at least 19.x.
35+
You can validate you are using the latest by running `node --version`. Your version should be at least 20.x.
3636

3737
### Yarn
3838

0 commit comments

Comments
 (0)