Skip to content

Commit 669aaa1

Browse files
authoredMar 24, 2020
Merge pull request #151 from webpack/ci/node-version
remove outdated node.js version, add latest ones
2 parents 8d839e8 + 4ea9ed2 commit 669aaa1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ os:
44
- linux
55
- osx
66
node_js:
7+
- "12"
8+
- "10"
79
- "8"
810
- "6"
9-
- "4"
1011

1112
script: npm run travis
1213

‎appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ init:
77
# what combinations to test
88
environment:
99
matrix:
10+
- nodejs_version: 12
11+
- nodejs_version: 10
1012
- nodejs_version: 8
1113
- nodejs_version: 6
12-
- nodejs_version: 4
1314

1415
install:
1516
- ps: Install-Product node $env:nodejs_version x64

0 commit comments

Comments
 (0)
Please sign in to comment.