docs(contributing): update required node version (#29547)
Closes #29518 --------- Signed-off-by: Max Schmitt <max@schmitt.mx> Co-authored-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
parent
f414227ed8
commit
7b59932b45
|
@ -19,7 +19,7 @@ We strongly recommend that you open an issue before beginning any code modificat
|
||||||
|
|
||||||
### Getting Code
|
### Getting Code
|
||||||
|
|
||||||
Make sure you're running Node.js 16+ and NPM 8+, to verify and upgrade NPM do:
|
Make sure you're running Node.js 20 to verify and upgrade NPM do:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
node --version
|
node --version
|
||||||
|
|
Loading…
Reference in New Issue