Skip to content

Commit ffb629b

Browse files
authored
chore: add Node.js 24 to CI workflow for Chromium tests (#14899)
1 parent 9909a29 commit ffb629b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
- node-version: 22
6161
os: ubuntu-latest
6262
e2e-browser: 'chromium'
63+
- node-version: 24
64+
os: ubuntu-latest
65+
e2e-browser: 'chromium'
6366
env:
6467
KIT_E2E_BROWSER: ${{matrix.e2e-browser}}
6568
steps:

0 commit comments

Comments
 (0)