From 1e267d17319a95477d01584568549e99beeb9072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Braghi=C8=99?= Date: Thu, 18 Jan 2024 15:21:40 +0000 Subject: [PATCH] Change contributing docs to reference Node 20 to match CI/.nvmrc ref: d49a852 --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```