Skip to content

Commit

Permalink
Require node@>=8.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugojosefson committed Dec 31, 2018
1 parent 95a2be3 commit 1b40860
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo: false

node_js:
- "8"
- "8.3.0"
- "8.10.0"

cache:
yarn: true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Currently hard-coded for:

## Prerequisite

Node.js, at least `v8.3.0`.
Node.js, at least `v8.10.0`.

Recommended to install latest via [nvm](https://github.com/creationix/nvm#readme):

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"author": "Hugo Josefson <hugo@josefson.org> (https://www.hugojosefson.com/)",
"license": "ISC",
"engines": {
"node": ">=8.3.0"
"node": ">=8.10.0"
},
"babel": {
"presets": [
Expand Down

0 comments on commit 1b40860

Please sign in to comment.