Skip to content

Commit

Permalink
Fix Node.js required version from 8.15.0 to 8.7.0 (#4032)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwb authored and jeddy3 committed Apr 16, 2019
1 parent 011f112 commit 1d204c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/developer-guide/prerequisites.md
Expand Up @@ -2,7 +2,7 @@

## Technical

- [Node.js](https://nodejs.org/en/) 8.15.1+.
- Minimum [Node.js](https://nodejs.org/en/) v8.7.0+, though we do recommend using the latest 8.x, 10.x, or 11.x Node.js releases.
- Latest [npm](https://www.npmjs.com/).

## Rules of thumb
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
"!flow-typed/npm"
],
"engines": {
"node": ">=8.15.1"
"node": ">=8.7.0"
},
"dependencies": {
"autoprefixer": "^9.5.1",
Expand Down

0 comments on commit 1d204c2

Please sign in to comment.