Skip to content

Commit 11a8449

Browse files
committed
Merge updates from project template
Signed-off-by: Kevin Locke <[email protected]>
2 parents 23b9d02 + 71db120 commit 11a8449

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
@@ -15,7 +15,7 @@ environment:
1515
# - x64
1616

1717
install:
18-
- ps: Install-Product node $env:nodejs_version
18+
- ps: Install-Product node $env:nodejs_version $(if ($env:PROCESSOR_ARCHITECTURE -eq 'AMD64') {'x64'} else {$env:PROCESSOR_ARCHITECTURE})
1919
# Ignore package-lock.json. This is done for a few reasons:
2020
# - To test against current versions of dependencies.
2121
# - To test installability for dependents (doesn't use package-lock.json).

0 commit comments

Comments
 (0)