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.
2 parents 23b9d02 + 71db120 commit 11a8449Copy full SHA for 11a8449
appveyor.yml
@@ -15,7 +15,7 @@ environment:
15
# - x64
16
17
install:
18
- - ps: Install-Product node $env:nodejs_version
+ - ps: Install-Product node $env:nodejs_version $(if ($env:PROCESSOR_ARCHITECTURE -eq 'AMD64') {'x64'} else {$env:PROCESSOR_ARCHITECTURE})
19
# Ignore package-lock.json. This is done for a few reasons:
20
# - To test against current versions of dependencies.
21
# - To test installability for dependents (doesn't use package-lock.json).
0 commit comments