Skip to content

Commit 15356b1

Browse files
committedOct 2, 2019
feat: require Node.js >=8.15
BREAKING CHANGE: Require Node.js => 8.15
1 parent 9404d44 commit 15356b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.travis.yml

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"xo": "^0.25.2"
4545
},
4646
"engines": {
47-
"node": ">=8.3"
47+
"node": ">=8.15"
4848
},
4949
"files": [
5050
"lib",

0 commit comments

Comments
 (0)
Please sign in to comment.