Skip to content

Commit 32ad788

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

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Diff for: .travis.yml

-3
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.

Diff for: package.json

+1-1
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)