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 dea2edc commit c676583Copy full SHA for c676583
.travis.yml
@@ -3,7 +3,7 @@ language: node_js
3
node_js:
4
- 12
5
- 10
6
- - 8.3
+ - 8.16
7
8
# Trigger a push build on master and greenkeeper branches + PRs build on every branches
9
# 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.2"
49
},
50
"engines": {
51
- "node": ">=8.3"
+ "node": ">=8.16"
52
53
"files": [
54
"lib",
0 commit comments