From bf44ebea2eaeed91a8ac27c6e84a3175e987e1fc Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 11 Apr 2024 09:42:26 +0200 Subject: [PATCH] run.util.js: Test building with msvs 2022 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 6dbd2a503..ce94cdbc9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,7 +11,7 @@ environment: matrix: # TODO: Fix the `configures with unparsed options` tests and remove this allow_failures matrix. allow_failures: - nodejs_version: 20 - - nodejs_version: 21 + - nodejs_version: 22 platform: - x64