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) <noreply@anthropic.com>
This commit is contained in:
parent
d868e78247
commit
18d8870745
1 changed files with 3 additions and 0 deletions
3
.github/workflows/automerge.yml
vendored
3
.github/workflows/automerge.yml
vendored
|
|
@ -6,6 +6,9 @@ on:
|
|||
pull_request:
|
||||
types: [labeled]
|
||||
|
||||
env:
|
||||
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
|
||||
|
||||
jobs:
|
||||
automerge:
|
||||
name: Automerge PR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue