From a11c71546855168b2c091474472e6511ad6d70f8 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Thu, 7 Jan 2021 15:42:09 +0300 Subject: [PATCH] fix appveyor --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index e7e3172..8cef78f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -image: Visual Studio 2017 +image: Visual Studio 2019 platform: - x64 @@ -8,7 +8,7 @@ cache: - '%USERPROFILE%\.electron' install: - - ps: Install-Product node 8 x64 + - ps: Install-Product node 14 x64 - npm install build_script: