We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 11a209e commit 29ea1b2Copy full SHA for 29ea1b2
appveyor.yml
@@ -25,7 +25,7 @@ install:
25
# Install Node.js
26
- ps: >-
27
try { Install-Product node $env:nodejs_version -ErrorAction Stop }
28
- catch { Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) }
+ catch { Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) x64 }
29
# Configure npm
30
- ps: |
31
npm config set loglevel error
0 commit comments