We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb0502d commit 988f95dCopy full SHA for 988f95d
.travis.yml
@@ -1,7 +1,6 @@
1
dist: xenial
2
language: node_js
3
node_js:
4
- - 8
5
- 10
6
- 12
7
package.json
@@ -42,7 +42,7 @@
42
]
43
},
44
"engines": {
45
- "node": "^8.16.0 || ^10.13.0 || ^12.10.0"
+ "node": "^10.13.0 || ^12.10.0"
46
47
"preferGlobal": true,
48
"dependencies": {
0 commit comments