Skip to content

Commit

Permalink
Upgrade CONTRIBUTING.md node.js version from ^18 to ^20.10 (#4270)
Browse files Browse the repository at this point in the history
* Upgrade node.js version from ^18 to ^20.10

* Replace node.js version to .nvmrc
  • Loading branch information
sanak committed Jun 14, 2024
1 parent a3f67eb commit b2eadc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Install the Xcode Command Line Tools Package
xcode-select --install
```

Install [node.js](https://nodejs.org/) version ^18
Install [node.js](https://nodejs.org/) version in [.nvmrc](.nvmrc)
```bash
brew install node
```
Expand Down Expand Up @@ -138,7 +138,7 @@ Before you can [run the docs](./docs/README.md), you need to ensure Docker is in

Consider using WSL and follow the above Linux guide or follow the next steps

Install [git](https://git-scm.com/), [node.js](https://nodejs.org/) (version ^18), [npm and node-gyp](https://github.com/Microsoft/nodejs-guidelines/blob/master/windows-environment.md#compiling-native-addon-modules).
Install [git](https://git-scm.com/), [node.js](https://nodejs.org/) (version in [.nvmrc](.nvmrc)), [npm and node-gyp](https://github.com/Microsoft/nodejs-guidelines/blob/master/windows-environment.md#compiling-native-addon-modules).

Clone the repository
```bash
Expand Down

0 comments on commit b2eadc7

Please sign in to comment.