Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

restore appveyor setup to use x64 version of Node #197

Merged
merged 1 commit into from Jun 27, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -17,7 +17,7 @@ branches:
clone_depth: 10

install:
- ps: Install-Product node $env:nodejs_version
- ps: Install-Product node $env:nodejs_version x64
- npm install

build_script:
Expand Down