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:
Jonah 2024-02-19 09:28:49 +01:00 committed by GitHub
parent f414227ed8
commit 7b59932b45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ We strongly recommend that you open an issue before beginning any code modificat
### 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
node --version