Skip to content

Commit 7985e66

Browse files
authored
Drop node 4, add node 8 for CI (microsoft#19617)
1 parent cf2bdf8 commit 7985e66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: node_js
22

33
node_js:
44
- 'stable'
5+
- '8'
56
- '6'
6-
- '4'
77

88
sudo: false
99

netci.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import jobs.generation.Utilities;
55
def project = GithubProject
66
def branch = GithubBranchName
77

8-
def nodeVersions = ['stable', '6', '4']
8+
def nodeVersions = ['stable', '8', '6']
99

1010
nodeVersions.each { nodeVer ->
1111

0 commit comments

Comments
 (0)