Skip to content

Commit 26cfe2a

Browse files
committed
build(ci): fix gh workflow pnpm setup
1 parent 9095a9c commit 26cfe2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- uses: pnpm/action-setup@v4
22+
with:
23+
run_install: |
24+
recursive: false
2225
2326
- uses: actions/setup-node@v4
2427
with:

0 commit comments

Comments
 (0)