Update recommended node version in contrib docs

This commit is contained in:
Sam Minnée 2019-09-04 18:55:47 +12:00 committed by GitHub
parent dd40d53e6b
commit 614e99a899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,10 @@ dependencies in your project codebase however you like.
The [NodeJS](https://nodejs.org) JavaScript runtime is the foundation of our client-side
build tool chain. If you want to do things like upgrade dependencies, make changes to core
JavaScript or SCSS files, you'll need Node installed on your dev environment. Our build
tooling supports the v6.x (LTS) version of NodeJS.
JavaScript or SCSS files, you'll need Node installed on your dev environment.
As of SilverStripe 4.5, our build tooling supports the v10.x (LTS as of Sept 2019) version
of NodeJS. SilverStripe 4.0 - 4.4 used Node v6.x.
If you already have a newer version of Node.js installed, check out the
[Node Version Manager](https://github.com/creationix/nvm) to run multiple versions