File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,9 @@ export async function test(options: RunOptions) {
99 build : 'vite-ecosystem-ci:build' ,
1010 beforeTest : 'vite-ecosystem-ci:before-test' ,
1111 test : 'vite-ecosystem-ci:test' ,
12+ overrides : {
13+ // For Vite 7 support
14+ 'vite-node' : '^3.2.2' ,
15+ } ,
1216 } )
1317}
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ export async function test(options: RunOptions) {
1010 beforeTest : 'pnpm playwright install chromium' ,
1111 test : 'test-vite-ecosystem-ci' ,
1212 overrides : {
13+ // For Vite 7 support
14+ 'vite-node' : '^3.2.2' ,
1315 // It uses Vitest 3.2+ so we don't need to inject the overrides.
1416 // If we inject overrides, the following error happens due to how waku sets overrides for the test.
1517 //
You can’t perform that action at this time.
0 commit comments