mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 15:24:32 +00:00
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:
parent
74140e0f5d
commit
95375284d3
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -8,6 +8,9 @@ on:
|
|||
permissions:
|
||||
contents: write
|
||||
|
||||
env:
|
||||
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build — ${{ matrix.label }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue