We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa34f02 commit fce3a67Copy full SHA for fce3a67
.travis.yml
@@ -6,7 +6,7 @@ services:
6
node_js:
7
- 12
8
- 10
9
- - 8.3 # minimal supported node version
+ - 8.16 # minimal supported node version
10
11
# Trigger a push build on master and greenkeeper branches + PRs build on every branches
12
# Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)
package.json
@@ -48,7 +48,7 @@
48
"xo": "^0.25.0"
49
},
50
"engines": {
51
- "node": ">=8.3"
+ "node": ">=8.16"
52
53
"files": [
54
"lib",
0 commit comments