From dca2fee83238dc6ac242dac82e5d91dcab7e0174 Mon Sep 17 00:00:00 2001
From: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Date: Thu, 07 May 2026 10:32:20 +0000
Subject: [PATCH] ci: opt ilammy/msvc-dev-cmd into Node.js 24 to clear deprecation warning
---
.github/workflows/build.yml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8ad49cb..72e7936 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -59,6 +59,10 @@
- name: Setup MSVC Developer Command Prompt (x86)
if: runner.os == 'Windows'
uses: ilammy/msvc-dev-cmd@v1
+ env:
+ # Opt in to Node.js 24 for this action, which still ships on Node.js 20.
+ # See https://github.com/ilammy/msvc-dev-cmd/issues/99
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
with:
arch: x86
- name: Build Windows native executables
--
Gitblit v1.10.0