From c5076c684ab714c8e48310f0ebe9bca7069a9326 Mon Sep 17 00:00:00 2001 From: Christian Krakau-Louis Date: Sat, 16 May 2026 22:41:23 +0200 Subject: [PATCH] Use Node 24 for release workflow --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc9dbc3..e538051 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,9 @@ on: permissions: contents: write +env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true + jobs: build: runs-on: ubuntu-latest