From c42b1842e9001bdd94239cebbc499763d3fdce7b Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Sun, 28 Jan 2018 23:17:37 -0800 Subject: [PATCH] Build native modules with VS 2015 because V8 now requires it --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index f75b5f727..6b35b20a0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -11,7 +11,7 @@ init: install: - ps: Install-Product node $env:NODE_VERSION -- ps: npm config set msvs_version 2013 +- ps: npm config set msvs_version 2015 # Extract the codesigning certs, encrypted private ssh key - ps: |