Skip to content

Commit ba8a846

Browse files
committed
Fix appveyor config
1 parent 3102137 commit ba8a846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
environment:
22
BABEL_ENV: "test"
33
matrix:
4-
- nodejs_version: "4"
5-
- nodejs_version: "6"
4+
- nodejs_version: "9"
65
- nodejs_version: "8"
6+
- nodejs_version: "6"
77

88
install:
99
- ps: Install-Product node $env:nodejs_version

0 commit comments

Comments
 (0)