Skip to content

Commit ea364d0

Browse files
committed
ci: override react-server-dom-webpack
1 parent fec40f0 commit ea364d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-rsc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
run: |
7474
sed -i "/^overrides:/a\ react: \"${{ matrix.react_version }}\"" pnpm-workspace.yaml
7575
sed -i "/^overrides:/a\ react-dom: \"${{ matrix.react_version }}\"" pnpm-workspace.yaml
76+
sed -i "/^overrides:/a\ react-server-dom-webpack: \"${{ matrix.react_version }}\"" pnpm-workspace.yaml
7677
pnpm i --no-frozen-lockfile
7778
- run: pnpm -C packages/plugin-rsc exec playwright install ${{ matrix.browser }}
7879
- run: pnpm -C packages/plugin-rsc test-e2e-ci --project=${{ matrix.browser }}

0 commit comments

Comments
 (0)