Skip to content

Commit c676583

Browse files
committed
fix: require Node.js >=8.16
1 parent dea2edc commit c676583

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
@@ -48,7 +48,7 @@
4848
"xo": "^0.25.2"
4949
},
5050
"engines": {
51-
"node": ">=8.3"
51+
"node": ">=8.16"
5252
},
5353
"files": [
5454
"lib",

0 commit comments

Comments
 (0)