From 6798fb2d534a00abdc586814e0f8b24d54a3b5a0 Mon Sep 17 00:00:00 2001 From: Thomas Hu Date: Wed, 12 Aug 2020 09:02:48 -0400 Subject: [PATCH] Use x64 for appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d4753d59..9d21b095 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +12,7 @@ init: - git config --global core.autocrlf true install: - - ps: Install-Product node $env:nodejs_version + - ps: Install-Product node $env:nodejs_version x64 - npm install test_script: