Skip to content

Commit 454965e

Browse files
committed
feat: require Node.js >=8.15
BREAKING CHANGE: Require Node.js => 8.15
1 parent 6579bb3 commit 454965e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: node_js
33
node_js:
44
- 12
55
- 10
6-
- 8.3
6+
- 8.15
77

88
# Trigger a push build on release and greenkeeper branches + PRs build on every branches
99
# Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"xo": "^0.25.0"
2929
},
3030
"engines": {
31-
"node": ">=8.3"
31+
"node": ">=8.15"
3232
},
3333
"files": [
3434
"lib",

0 commit comments

Comments
 (0)