Opt actions into Node 24 runtime
This commit is contained in:
parent
91f253e89b
commit
34daa2be06
3
.github/workflows/check.yml
vendored
3
.github/workflows/check.yml
vendored
@ -10,6 +10,9 @@ on:
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
env:
|
||||
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
3
.github/workflows/update-openclaw-sdk.yml
vendored
3
.github/workflows/update-openclaw-sdk.yml
vendored
@ -9,6 +9,9 @@ permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
env:
|
||||
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
|
||||
|
||||
jobs:
|
||||
update:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user