Skip to content

Commit

Permalink
Make a note in the contributing docs on minimal Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed Sep 11, 2024
1 parent 9df769a commit 25176e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,13 @@ node -v
yarn -v
```

Check that the Node version at least satisfies what is set in package.json:

```shell
node -p -e "require('./package.json').engines.node"
>=18.20.0
```

After you have installed Node.js and Yarn, you can install the dependencies using `yarn`:

```bash
Expand Down

0 comments on commit 25176e4

Please sign in to comment.