We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3062eb commit 58d21e6Copy full SHA for 58d21e6
.github/workflows/ci-rsc.yml
@@ -78,7 +78,7 @@ jobs:
78
- name: install rolldown
79
if: ${{ matrix.rolldown }}
80
run: |
81
- sed -i '/^overrides:/a\ vite: "npm:rolldown-vite@latest"' pnpm-workspace.yaml
+ yq -i '.overrides.vite = "beta"' pnpm-workspace.yaml
82
pnpm i --no-frozen-lockfile
83
- run: pnpm -C packages/plugin-rsc exec playwright install "$BROWSER_NAME"
84
shell: bash
0 commit comments