From abb55bb1d122f3c1e3529cce88e4ac09b4a64e50 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 14 Jul 2023 06:49:45 +0200 Subject: [PATCH 1/3] AppVeyor nodejs_version: 16, 18, 20 --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8bf753fe..341f03b4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,9 +5,9 @@ environment: # Test against these versions of Node.js and io.js matrix: # node.js - - nodejs_version: "10" - - nodejs_version: "12" - - nodejs_version: "14" + - nodejs_version: "16" + - nodejs_version: "18" + - nodejs_version: "20" platform: - x86 From b94aa8e0b948134d73779d8b7f3808edcc3e9ff7 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 14 Jul 2023 07:30:41 +0200 Subject: [PATCH 2/3] image: Visual Studio 2022 --- appveyor.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 341f03b4..918540ac 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,8 @@ # http://www.appveyor.com/docs/appveyor-yml +image: + - Visual Studio 2022 + # Test against these versions of Node.js. environment: # Test against these versions of Node.js and io.js @@ -31,7 +34,7 @@ test_script: - npm test after_test: - - ps: If ($env:nodejs_version -eq "12") { npm run prebuild --v8_enable_pointer_compression=false --v8_enable_31bit_smis_on_64bit_arch=false } + - ps: If ($env:nodejs_version -eq "20") { npm run prebuild --v8_enable_pointer_compression=false --v8_enable_31bit_smis_on_64bit_arch=false } # Don't actually build. build: off @@ -52,4 +55,4 @@ deploy: auth_token: $(PREBUILD_GITHUB_TOKEN) on: appveyor_repo_tag: true - nodejs_version: "12" + nodejs_version: "20" From 2944a2711e62931ceab2d0a8522a6ed53ff525d0 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 24 Aug 2023 18:45:29 +0200 Subject: [PATCH 3/3] Update appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 918540ac..fa15da5a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ # http://www.appveyor.com/docs/appveyor-yml -image: +image: - Visual Studio 2022 # Test against these versions of Node.js.