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 c836d86 commit 6d9c9d0Copy full SHA for 6d9c9d0
.travis.yml
@@ -2,7 +2,7 @@ language: node_js
2
node_js:
3
- 12
4
- 10
5
- - 8.3
+ - 8.16
6
7
# Trigger a push build on master and greenkeeper branches + PRs build on every branches
8
# Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)
package.json
@@ -41,7 +41,7 @@
41
"xo": "^0.25.0"
42
},
43
"engines": {
44
- "node": ">=8.3"
+ "node": ">=8.16"
45
46
"files": [
47
"lib",
0 commit comments