Opt into Node.js 24 for GitHub Actions

Silences deprecation warnings for actions/checkout, actions/setup-python,
actions/upload-artifact ahead of the June 2026 forced migration.

https://claude.ai/code/session_01MqEqGhP1guGx5VuFsLaws2
This commit is contained in:
Claude 2026-05-08 17:10:02 +00:00
parent 74140e0f5d
commit 95375284d3
No known key found for this signature in database

View file

@ -8,6 +8,9 @@ on:
permissions: permissions:
contents: write contents: write
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs: jobs:
build: build:
name: Build — ${{ matrix.label }} name: Build — ${{ matrix.label }}