We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca8cb7 commit 4caf538Copy full SHA for 4caf538
2 files changed
.travis.yml
@@ -6,7 +6,7 @@ services:
6
node_js:
7
- 12
8
- 10
9
- - 8.3 # minimal supported node version
+ - 8.15 # minimal supported node version
10
11
# Trigger a push build on release 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
@@ -49,7 +49,7 @@
49
"xo": "^0.24.0"
50
},
51
"engines": {
52
- "node": ">=8.3"
+ "node": ">=8.15"
53
54
"files": [
55
"lib",
0 commit comments