From 95375284d35f578def47373c2d6375aee2201699 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 8 May 2026 17:10:02 +0000 Subject: [PATCH] Opt into Node.js 24 for GitHub Actions Silences deprecation warnings for actions/checkout, actions/setup-python, actions/upload-artifact ahead of the June 2026 forced migration. https://claude.ai/code/session_01MqEqGhP1guGx5VuFsLaws2 --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55f78fb..1047ccd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,9 @@ on: permissions: contents: write +env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true + jobs: build: name: Build — ${{ matrix.label }}