Drop node 4, add node 8 for CI (#19617)

This commit is contained in:
Wesley Wigham
2017-10-31 15:37:25 -07:00
committed by GitHub
parent cf2bdf8250
commit 7985e6636f
2 changed files with 2 additions and 2 deletions

View File

@@ -2,8 +2,8 @@ language: node_js
node_js:
- 'stable'
- '8'
- '6'
- '4'
sudo: false

View File

@@ -5,7 +5,7 @@ import jobs.generation.Utilities;
def project = GithubProject
def branch = GithubBranchName
def nodeVersions = ['stable', '6', '4']
def nodeVersions = ['stable', '8', '6']
nodeVersions.each { nodeVer ->