From 5395683c666766587ef897f45d849d25190abc6a Mon Sep 17 00:00:00 2001 From: Sami Shukri Date: Fri, 22 May 2026 14:17:34 -0600 Subject: [PATCH] chore(ci): set FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 ahead of 2026-06-02 cutover --- .github/workflows/ci.yml | 5 +++++ .github/workflows/release.yml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1945ec..32d7cd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,11 @@ on: pull_request: branches: [main] +env: + # GitHub Actions runner Node 20 -> Node 24 deprecation (effective 2026-06-02). + # Forces JS-based actions onto Node 24 ahead of the cutover. + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true + jobs: check: name: cargo check diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 540e696..7001348 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,11 @@ on: permissions: contents: write +env: + # GitHub Actions runner Node 20 -> Node 24 deprecation (effective 2026-06-02). + # Forces JS-based actions onto Node 24 ahead of the cutover. + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true + jobs: source-tarball: name: source tarball