Skip to content

Commit e520840

Browse files
committed
fix: require Node.js >=8.16
1 parent 51ad899 commit e520840

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

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.16"
3232
},
3333
"files": [
3434
"lib",

0 commit comments

Comments
 (0)