Skip to content

Commit 6d9c9d0

Browse files
committed
fix: require Node.js >=8.16
1 parent c836d86 commit 6d9c9d0

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
@@ -2,7 +2,7 @@ language: node_js
22
node_js:
33
- 12
44
- 10
5-
- 8.3
5+
- 8.16
66

77
# Trigger a push build on master and greenkeeper branches + PRs build on every branches
88
# 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
@@ -41,7 +41,7 @@
4141
"xo": "^0.25.0"
4242
},
4343
"engines": {
44-
"node": ">=8.3"
44+
"node": ">=8.16"
4545
},
4646
"files": [
4747
"lib",

0 commit comments

Comments
 (0)