We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e126e95 commit 06fc950Copy full SHA for 06fc950
1 file changed
appveyor.yml
@@ -14,7 +14,7 @@ platform:
14
image: Visual Studio 2015
15
16
install:
17
- - ps: Install-Product node $env:nodejs_version
+ - ps: Install-Product node $env:nodejs_version $env:platform
18
- npm install -g npm
19
- node --version
20
- npm --version
0 commit comments