Skip to content

Commit

Permalink
chore: bump node from 18 to 20 (#3071)
Browse files Browse the repository at this point in the history
  • Loading branch information
csouchet authored Apr 22, 2024
1 parent 958740f commit b53b4fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
4 changes: 2 additions & 2 deletions docs/contributors/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

## Requirements

- `Node.js` 18.x (may work with other versions but without any guarantee). For [nvm](https://github.com/nvm-sh/nvm) users, just run `nvm use` for the repository root
- `npm` 8 (may work with other versions but without any guarantee). In particular, we use [lockfileVersion: 2](https://docs.npmjs.com/cli/v8/configuring-npm/package-lock-json#lockfileversion). To ensure you use the (latest) npm 8 version, run `npm i -g npm@8`
- `Node.js`: use the version referenced in `.nvmrc` file. For [nvm](https://github.com/nvm-sh/nvm) users, just run `nvm use` for the repository root.
- `npm`: use the version associated to the node version.
- `Supported OS` Windows/Linux/macOS (see the GitHub Build workflow for more details)

## Build
Expand Down

0 comments on commit b53b4fe

Please sign in to comment.