From 5e51391125c546c33e9582f1abce8034b2602100 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 27 Jun 2019 07:12:49 -0300 Subject: [PATCH] ensure Appveyor installs the x64 version of Node so it can prebuild for that version too (#197) --- 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: