Skip to content

Commit cdedf03

Browse files
ci: opt workflows into node24 action runtime
1 parent 6d7aa85 commit cdedf03

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
EM_VERSION: 4.0.21
3232
EM_CACHE_FOLDER: emsdk-cache
3333
PLAYWRIGHT_BROWSERS_PATH: /home/runner/.cache/ms-playwright
34+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true'
3435

3536
steps:
3637
- name: Resolve PR details

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
env:
99
EM_VERSION: 4.0.21
1010
EM_CACHE_FOLDER: 'emsdk-cache'
11+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true'
1112

1213
jobs:
1314
build-and-test:

.github/workflows/playground-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
env:
99
EM_VERSION: 4.0.21
1010
EM_CACHE_FOLDER: "emsdk-cache"
11+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
1112

1213
permissions:
1314
contents: read

0 commit comments

Comments
 (0)