Opt actions into Node 24 runtime

This commit is contained in:
Patrick Erichsen 2026-04-26 19:25:15 -07:00
parent 91f253e89b
commit 34daa2be06
2 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,9 @@ on:
permissions:
contents: read
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
check:
runs-on: ubuntu-latest

View File

@ -9,6 +9,9 @@ permissions:
contents: write
pull-requests: write
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
update:
runs-on: ubuntu-latest