Skip to content

Commit d821da4

Browse files
committed
Upgrade Node version in GitHub actions to 24
1 parent 0f58b39 commit d821da4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-node@v6
2121
with:
22-
node-version: 22.x
22+
node-version: 24
2323
cache: 'npm'
2424

2525
- name: Install wasm-pack

.github/workflows/web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install node
2727
uses: actions/setup-node@v6
2828
with:
29-
node-version: 22.x
29+
node-version: 24
3030
cache: 'npm'
3131

3232
- name: Install wasm-pack

0 commit comments

Comments
 (0)