Skip to content

Commit 3983423

Browse files
committed
Node 7 not yet working on appveyor
1 parent 13a2e02 commit 3983423

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
environment:
44
matrix:
5-
- node_version: "7"
5+
# - node_version: "7"
66
- node_version: "6"
77
- node_version: "4"
88
IE_BIN: "%PROGRAMFILES%\\Internet Explorer\\iexplorer.exe"
@@ -11,6 +11,7 @@ cache:
1111
- "%LOCALAPPDATA%/Yarn"
1212

1313
install:
14+
- ps: Install-Product node $env:node_version
1415
- choco install -i yarn
1516
- refreshenv
1617
- yarn install

0 commit comments

Comments
 (0)