We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83323d0 commit cfd7ea5Copy full SHA for cfd7ea5
appveyor.yml
@@ -8,7 +8,7 @@ matrix:
8
- nodejs_version: "0.11"
9
fast_finish: true
10
install:
11
- - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
+ - ps: Install-Product node $env:nodejs_version
12
- npm install
13
build: off
14
test_script:
0 commit comments