Skip to content

Commit

Permalink
Install 64-bit node.js for 64-bit appveyor builds
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunsfeld committed Jul 23, 2018
1 parent 917748c commit 4efe762
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ platform:
- x86

install:
- ps: Install-Product node $env:NODEJS_VERSION
- ps: Install-Product node $env:NODEJS_VERSION $env:Platform
- git submodule update --init --recursive
- npm install

Expand All @@ -20,4 +20,3 @@ branches:
- /^v.*$/

deploy_script: IF "%APPVEYOR_REPO_TAG%" == "true" (npm run prebuild && npm run prebuild:upload -u %PREBUILD_UPLOAD%)

0 comments on commit 4efe762

Please sign in to comment.