From 18d8870745976dd76415955c8ed3d23b37d25777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Mon, 23 Mar 2026 00:22:18 +0100 Subject: [PATCH] Force automerge action to run on Node.js 24 pascalgn/automerge-action@v0.16.4 hasn't released a Node 24 build yet. Use FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 env var to suppress the warning. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/automerge.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 03929a4..6fd21a9 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -6,6 +6,9 @@ on: pull_request: types: [labeled] +env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true + jobs: automerge: name: Automerge PR