diff --git a/docs/contributing.md b/docs/contributing.md index 7c31059..88d4da9 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -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 ```