Skip to content

Commit

Permalink
Change contributing docs to reference Node 20 to match CI/.nvmrc
Browse files Browse the repository at this point in the history
ref: d49a852
  • Loading branch information
zerolab authored Jan 18, 2024
1 parent d49a852 commit 1e267d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ flit install -s
Frontend assets (React components, admin scripts, custom CSS) are bundled using Webpack. A Node.js environment is required to install and run the dependencies required to build these assets. We recommend [`nvm`](https://github.com/nvm-sh/nvm#install--update-script) for installing and using Node.js locally:

```shell
nvm install 21
nvm install 20
npm ci
```

Expand Down

0 comments on commit 1e267d1

Please sign in to comment.