Skip to content

Commit

Permalink
feat: require Node.js >=8.15
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Require Node.js => 8.15
  • Loading branch information
pvdlg committed Oct 2, 2019
1 parent 9404d44 commit 15356b1
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.15

# Trigger a push build on release 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 @@ -44,7 +44,7 @@
"xo": "^0.25.2"
},
"engines": {
"node": ">=8.3"
"node": ">=8.15"
},
"files": [
"lib",
Expand Down

0 comments on commit 15356b1

Please sign in to comment.