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 4b73226 commit 7c9eb9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"xo": "^0.25.2"
},
"engines": {
"node": ">=8.3"
"node": ">=8.16"
},
"files": [
"lib",
Expand Down

0 comments on commit 7c9eb9a

Please sign in to comment.