From 0eab4e4b11a037ef18a056ecea41d11576fae57f Mon Sep 17 00:00:00 2001 From: richardsondev Date: Sat, 18 Apr 2026 19:38:40 -0700 Subject: [PATCH] chore: add FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 env var Add FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true as a workflow-level environment variable to prepare for GitHub Actions Node.js 24 runtime migration. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2056e4d..0cc928c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,8 @@ on: branches: - master +env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true jobs: build: name: Build and Release