Skip to content

Commit 58d21e6

Browse files
authored
ci(rsc): use vite@beta instead of rolldown-vite (#1051)
1 parent e3062eb commit 58d21e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-rsc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: install rolldown
7979
if: ${{ matrix.rolldown }}
8080
run: |
81-
sed -i '/^overrides:/a\ vite: "npm:rolldown-vite@latest"' pnpm-workspace.yaml
81+
yq -i '.overrides.vite = "beta"' pnpm-workspace.yaml
8282
pnpm i --no-frozen-lockfile
8383
- run: pnpm -C packages/plugin-rsc exec playwright install "$BROWSER_NAME"
8484
shell: bash

0 commit comments

Comments
 (0)