Skip to content

Commit 82b4a70

Browse files
authored
Fix pnpm install (#8)
1 parent d2d5c9b commit 82b4a70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
with:
2121
node-version: 20
2222

23+
- uses: pnpm/action-setup@v4
24+
2325
- name: Install Dependencies
2426
run: pnpm install
2527

0 commit comments

Comments
 (0)