We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b387b01 commit 235f7b2Copy full SHA for 235f7b2
3 files changed
.travis.yml
@@ -1,7 +1,7 @@
1
language: node_js
2
node_js:
3
- - "4"
4
- "6"
+ - "8"
5
6
os:
7
- linux
appveyor.yml
environment:
matrix:
- - nodejs_version: "4"
- nodejs_version: "6"
+ - nodejs_version: "8"
# Fix line endings in Windows. (runs before repo cloning)
init:
package.json
@@ -19,5 +19,8 @@
19
"fs-extra": "^4.0.2",
20
"jest": "^20.0.4",
21
"tmp": "^0.0.33"
22
+ },
23
+ "engines": {
24
+ "node": "6.* || >= 8.*"
25
}
26
0 commit comments