From 68ebd219e25fc57d25e67657a086b53b66001d15 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 27 Jun 2019 06:56:26 -0300 Subject: [PATCH] ensure Appveyor installs the x64 version of Node so it can prebuild for that version too --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index fa861cb0..d3c57805 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: