Skip to content

Commit

Permalink
fix: require Node.js >=8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Oct 26, 2019
1 parent 4d75adc commit efcc658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ language: node_js
node_js:
- 12
- 10
- 8.3
- 8.16

# Trigger a push build on master and greenkeeper branches + PRs build on every branches
# Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"xo": "^0.25.0"
},
"engines": {
"node": ">=8.3"
"node": ">=8.16"
},
"files": [
"lib",
Expand Down

0 comments on commit efcc658

Please sign in to comment.