Skip to content
Permalink
Browse files
Drop Node 4, 5, and 7
  • Loading branch information
strugee committed May 4, 2018
1 parent 86afbb4 commit 32ad788
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
@@ -1,9 +1,6 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
# Note: docker-candidacy.sh chooses 8 as the version to run Docker builds.
# That's pretty arbitrary, but I had to pick something. When you remove this
# from the build matrix, be sure to adjust that script too.
@@ -126,7 +126,7 @@
],
"license": "Apache-2.0",
"engines": {
"node": ">=4 <=8",
"node": ">=6 <=9",
"npm": ">=2"
},
"greenkeeper": {

0 comments on commit 32ad788

Please sign in to comment.