Skip to content

Commit

Permalink
Update recommended node version in contrib docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Minnée committed Sep 4, 2019
1 parent dd40d53 commit 614e99a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/en/05_Contributing/02_Build_Tooling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 614e99a

Please sign in to comment.