Skip to content

Commit c514a12

Browse files
committed
ci: run node 18 with vite 6
1 parent 49553ce commit c514a12

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
os: [ubuntu-latest]
32-
node_version: [20, 22, 24]
32+
node_version: [18, 20, 22, 24]
3333
include:
3434
# Active LTS + other OS
3535
- os: macos-latest
@@ -81,6 +81,9 @@ jobs:
8181
# does not need to explicitly set chromium after https://github.com/microsoft/playwright/issues/14862 is solved
8282
run: pnpm playwright install chromium
8383

84+
- if: matrix.node_version == '18.x'
85+
run: pnpm i -D [email protected] -w
86+
8487
- name: Build
8588
run: pnpm run build
8689

0 commit comments

Comments
 (0)