Skip to content

Commit 6c8e713

Browse files
committed
ci: pnpm i
1 parent 5d49b98 commit 6c8e713

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-rsc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
node-version: 22
2020
- run: corepack enable
21+
- run: pnpm i
2122
- run: pnpm build
2223
- run: pnpm -C packages/plugin-rsc tsc
2324
- run: pnpm -C packages/plugin-rsc test
@@ -42,6 +43,7 @@ jobs:
4243
with:
4344
node-version: 22
4445
- run: corepack enable
46+
- run: pnpm i
4547
- run: pnpm build
4648
- run: pnpm -C packages/plugin-rsc exec playwright install ${{ matrix.browser }}
4749
- run: pnpm -C packages/plugin-rsc test-e2e-ci --project=${{ matrix.browser }}

0 commit comments

Comments
 (0)