projects
/
gamesguru
/
tg-svelte-kit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9909a29
)
chore: add Node.js 24 to CI workflow for Chromium tests (#14899)
author
tkhs
<34599544+tkhs0813@users.noreply.github.com>
Fri, 7 Nov 2025 11:30:53 +0000
(20:30 +0900)
committer
GitHub
<noreply@github.com>
Fri, 7 Nov 2025 11:30:53 +0000
(
03:30
-0800)
.github/workflows/ci.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index 43003f5dadbb4035b12d0a7953642cd7fe54bf60..5af7cd65c380d3377549a43c15948ea800c42dc4 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-60,6
+60,9
@@
jobs:
- node-version: 22
os: ubuntu-latest
e2e-browser: 'chromium'
+ - node-version: 24
+ os: ubuntu-latest
+ e2e-browser: 'chromium'
env:
KIT_E2E_BROWSER: ${{matrix.e2e-browser}}
steps: