From 0cd45da97a76c323f82a679edec7160d149ccb1f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Apr 2026 16:51:05 +0000 Subject: [PATCH] chore: opt into Node.js 24 for GitHub Actions in release workflow Agent-Logs-Url: https://github.com/Open-J-Proxy/ojp-helm/sessions/e3f0fe6b-39cf-44c5-8c0f-98bd81be6930 Co-authored-by: rrobetti <7221783+rrobetti@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 9ecd150..834ca32 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,8 @@ jobs: runs-on: ubuntu-latest permissions: contents: write + env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true steps: - name: Checkout