Skip to content

Commit 29ea1b2

Browse files
committedApr 21, 2022
build: use 64-bit Node.js in AppVeyor
1 parent 11a209e commit 29ea1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ install:
2525
# Install Node.js
2626
- ps: >-
2727
try { Install-Product node $env:nodejs_version -ErrorAction Stop }
28-
catch { Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) }
28+
catch { Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) x64 }
2929
# Configure npm
3030
- ps: |
3131
npm config set loglevel error

0 commit comments

Comments
 (0)
Please sign in to comment.