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 ce00d40 commit e4367deCopy full SHA for e4367de
.travis.yml
@@ -2,8 +2,7 @@ language: node_js
2
3
node_js:
4
- 12
5
- - 10
6
- - 8.16
+ - 10.13
7
8
# Trigger a push build on release 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
@@ -28,7 +28,7 @@
28
"xo": "^0.25.0"
29
},
30
"engines": {
31
- "node": ">=8.16"
+ "node": ">=10.13"
32
33
"files": [
34
"lib",
0 commit comments