Skip to content

Commit 32ad788

Browse files
committed
Drop Node 4, 5, and 7
1 parent 86afbb4 commit 32ad788

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
language: node_js
22
node_js:
3-
- "4"
4-
- "5"
53
- "6"
6-
- "7"
74
# Note: docker-candidacy.sh chooses 8 as the version to run Docker builds.
85
# That's pretty arbitrary, but I had to pick something. When you remove this
96
# from the build matrix, be sure to adjust that script too.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
],
127127
"license": "Apache-2.0",
128128
"engines": {
129-
"node": ">=4 <=8",
129+
"node": ">=6 <=9",
130130
"npm": ">=2"
131131
},
132132
"greenkeeper": {

0 commit comments

Comments
 (0)