mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 07:24:31 +00:00
Merge pull request #9 from kbenestad/mdcms_cli
Opt into Node.js 24 for GitHub Actions
This commit is contained in:
commit
d4f8a49f56
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