From 3278a9a913674d99927abea9cc7221451b291fb6 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 30 Dec 2025 19:07:59 +0000 Subject: [PATCH] CI: Pin win32-ia32 Node.js 22 version There seems to be an Error message string corruption problem in the latest 22.21.1. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abbacc46..58c38b59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,7 +119,7 @@ jobs: package: true - os: windows-2022 nodejs_arch: x86 - nodejs_version: "^22" + nodejs_version: "22.21.0" nodejs_version_major: 22 platform: win32-ia32 - os: windows-2022