Skip to content

Commit

Permalink
Update minimum Node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
m-allanson committed Feb 16, 2018
1 parent 4edf11f commit 237a38d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial/part-one/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ You should see something like:

![Check if node.js/npm is installed](check-versions.png)

Gatsby supports versions of Node back to v4 and npm to v3.
Gatsby supports versions of Node back to v6 and npm to v3.

If you don't have Node.js installed, go to https://nodejs.org/ and install the
recommended version for your operating system.
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"rimraf": "^2.6.1"
},
"engines": {
"node": ">4.0.0"
"node": ">6.0.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby#readme",
"keywords": [
Expand Down

0 comments on commit 237a38d

Please sign in to comment.