Skip to content

Commit 4caf538

Browse files
committed
feat: require Node.js >=8.15
BREAKING CHANGE: Require Node.js => 8.15
1 parent aca8cb7 commit 4caf538

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
node_js:
77
- 12
88
- 10
9-
- 8.3 # minimal supported node version
9+
- 8.15 # minimal supported node version
1010

1111
# Trigger a push build on release and greenkeeper branches + PRs build on every branches
1212
# 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
@@ -49,7 +49,7 @@
4949
"xo": "^0.24.0"
5050
},
5151
"engines": {
52-
"node": ">=8.3"
52+
"node": ">=8.15"
5353
},
5454
"files": [
5555
"lib",

0 commit comments

Comments
 (0)