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 Aug 21, 2019
1 parent aca8cb7 commit 4caf538
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 @@ -6,7 +6,7 @@ services:
node_js:
- 12
- 10
- 8.3 # minimal supported node version
- 8.15 # minimal supported node version

# 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 @@ -49,7 +49,7 @@
"xo": "^0.24.0"
},
"engines": {
"node": ">=8.3"
"node": ">=8.15"
},
"files": [
"lib",
Expand Down

0 comments on commit 4caf538

Please sign in to comment.