Skip to content

Commit

Permalink
internal: Update README recommended Node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
robere2 committed May 13, 2024
1 parent 7b7bc1e commit 8d8d806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ As few dependencies as possible are used, and new dependencies should be install

### Prerequisites

You should have [Node.JS and NPM](https://nodejs.org/en/download/) installed on your computer. Node.js v16 is recommended, but v14 and v18 are also supported. If you have [nvm](https://github.com/nvm-sh/nvm) installed, you can switch to the correct Node.js version by running:
You should have [Node.JS and NPM](https://nodejs.org/en/download/) installed on your computer. Node.js v20 is recommended, but v18 and v22 are also supported. If you have [nvm](https://github.com/nvm-sh/nvm) installed, you can switch to the correct Node.js version by running:

```shell
nvm use
Expand Down

0 comments on commit 8d8d806

Please sign in to comment.