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

Commit 68ebd21

Browse files
committed
ensure Appveyor installs the x64 version of Node so it can prebuild for that version too
1 parent 50d10e4 commit 68ebd21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ branches:
1717
clone_depth: 10
1818

1919
install:
20-
- ps: Install-Product node $env:nodejs_version
20+
- ps: Install-Product node $env:nodejs_version x64
2121
- npm install
2222

2323
build_script:

0 commit comments

Comments
 (0)