Skip to content

Commit

Permalink
build: use 64-bit Node.js in AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Apr 21, 2022
1 parent 11a209e commit 29ea1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -25,7 +25,7 @@ install:
# Install Node.js
- ps: >-
try { Install-Product node $env:nodejs_version -ErrorAction Stop }
catch { Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) }
catch { Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) x64 }
# Configure npm
- ps: |
npm config set loglevel error
Expand Down

0 comments on commit 29ea1b2

Please sign in to comment.