Skip to content

Commit 5945620

Browse files
Opt GitHub Actions into Node 24 runtime
1 parent b922b61 commit 5945620

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/deploy-vps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ on:
2828
permissions:
2929
contents: read
3030

31+
env:
32+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
33+
3134
concurrency:
3235
group: ray-vps-deploy
3336
cancel-in-progress: false

.github/workflows/quality.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
permissions:
1010
contents: read
1111

12+
env:
13+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
14+
1215
jobs:
1316
quality:
1417
runs-on: ubuntu-latest

.github/workflows/ray-core-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ permissions:
1515
contents: read
1616
id-token: write
1717

18+
env:
19+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
20+
1821
defaults:
1922
run:
2023
working-directory: packages/core

.github/workflows/ray-sdk-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ permissions:
1616
contents: read
1717
id-token: write
1818

19+
env:
20+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
21+
1922
defaults:
2023
run:
2124
working-directory: packages/sdk

0 commit comments

Comments
 (0)