ci: opt actions into node 24

This commit is contained in:
Vincent Koc 2026-04-22 17:39:43 -07:00
parent 2fca386175
commit b1369ef3f5
No known key found for this signature in database
4 changed files with 12 additions and 0 deletions

View File

@ -20,6 +20,9 @@ on:
permissions:
contents: read
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
jobs:
update-tap:
runs-on: ubuntu-latest

View File

@ -14,6 +14,9 @@ permissions:
contents: write
pull-requests: write
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
jobs:
autolabel:
if: github.event_name == 'pull_request_target'

View File

@ -14,6 +14,9 @@ on:
permissions:
contents: write
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
jobs:
release:
runs-on: ubuntu-latest

View File

@ -6,6 +6,9 @@ on:
- "**"
pull_request:
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
jobs:
validate:
runs-on: ubuntu-latest