From 0a459482826233c31f290388e057b0ad81072fc6 Mon Sep 17 00:00:00 2001 From: Anton Kochkov Date: Wed, 31 May 2023 11:10:21 +0800 Subject: [PATCH] Fix AppVeyor CI builds Update used Windows image and NodeJS version to the latest LTS --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index b21947b..4cebab9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,7 +1,7 @@ -image: Visual Studio 2015 +image: Visual Studio 2022 environment: - nodejs_version: "8" + nodejs_version: "18" platform: - x64