Skip to content

Commit fce3a67

Browse files
committed
fix: require Node.js >=8.16
1 parent aa34f02 commit fce3a67

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
@@ -6,7 +6,7 @@ services:
66
node_js:
77
- 12
88
- 10
9-
- 8.3 # minimal supported node version
9+
- 8.16 # minimal supported node version
1010

1111
# Trigger a push build on master and greenkeeper branches + PRs build on every branches
1212
# 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.0"
4949
},
5050
"engines": {
51-
"node": ">=8.3"
51+
"node": ">=8.16"
5252
},
5353
"files": [
5454
"lib",

0 commit comments

Comments
 (0)