Skip to content

Commit

Permalink
Increase minimum Node version from 8.10.0 to 8.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 17, 2019
1 parent 41f2d3b commit 280fe89
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 @@ -12,7 +12,7 @@ jobs:
# We do not run each possible combination to make CI faster.
- os: windows
- os: osx
- node_js: '8.10.0'
- node_js: '8.12.0'
- node_js: '12'
# Test coverage check must happen after tests for the whole matrix have
# been performed, so we get the merged coverage map
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"strip-ansi": "^5.2.0"
},
"engines": {
"node": ">=8.10.0"
"node": ">=8.12.0"
}
}

0 comments on commit 280fe89

Please sign in to comment.