Skip to content

Commit 7c9eb9a

Browse files
committedOct 26, 2019
fix: require Node.js >=8.16
1 parent 4b73226 commit 7c9eb9a

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.16
77

88
# Trigger a push build on master 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.16"
4848
},
4949
"files": [
5050
"lib",

0 commit comments

Comments
 (0)
Please sign in to comment.