Skip to content

Commit cfd7ea5

Browse files
committed
build: use faster AppVeyor Node.js switching
1 parent 83323d0 commit cfd7ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ matrix:
88
- nodejs_version: "0.11"
99
fast_finish: true
1010
install:
11-
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
11+
- ps: Install-Product node $env:nodejs_version
1212
- npm install
1313
build: off
1414
test_script:

0 commit comments

Comments
 (0)