File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,17 +22,17 @@ jobs:
2222 - run : pnpm build:shims
2323 - run : pnpm playwright install --with-deps
2424 - run : pnpm -r test:e2e
25- test-e2e-rolldown- vite :
25+ test-e2e-vite-8 :
2626 runs-on : ubuntu-22.04
2727 steps :
2828 - uses : actions/checkout@v4
2929 - uses : ./.github/actions/install-dependencies
3030 - run : pnpm build:core
3131 - run : pnpm build:shims
3232 - run : pnpm playwright install --with-deps
33- - name : update overrides to use rolldown- vite and re-install
33+ - name : update overrides to use vite 8 beta and re-install
3434 run : |
35- jq '.pnpm.overrides.vite = "npm:rolldown-vite@^7.2.5 "' package.json > package.tmp.json
35+ jq '.pnpm.overrides.vite = "8.0.0-beta.7 "' package.json > package.tmp.json
3636 mv package.tmp.json package.json
3737 pnpm i --no-frozen-lockfile
3838 - run : pnpm -r test:e2e
You can’t perform that action at this time.
0 commit comments