Skip to content

Commit 46bf9e9

Browse files
committed
fix: require Node.js >=8.16
1 parent 3fc6161 commit 46bf9e9

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
@@ -21,7 +21,7 @@
2121
"xo": "^0.25.0"
2222
},
2323
"engines": {
24-
"node": ">=8.3"
24+
"node": ">=8.16"
2525
},
2626
"files": [
2727
"index.js"

0 commit comments

Comments
 (0)