Skip to content

Commit

Permalink
#44 add note about other node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Quicksaver committed Dec 21, 2017
1 parent 038e9fd commit 68c07f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Below are listed the versions used in Netlify to create the live, preview and br
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
```

4. [Node.js](https://nodejs.org/en/) v8.9.3 LTS (Carbon) - our JavaScript runtime, we need it, for everything.
4. [Node.js](https://nodejs.org/en/) v8.9.3 LTS (lts/carbon) - our JavaScript runtime, we need it, for everything. Any Node v8.x.x or even v6.x.x (lts/boron) should still work though.

- Install or update:
```sh
Expand Down

0 comments on commit 68c07f4

Please sign in to comment.