Skip to content

Commit 5d8665d

Browse files
committed
install pnpm for github action
1 parent f216770 commit 5d8665d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v4
1919

20+
- name: Install pnpm
21+
uses: pnpm/action-setup@v4
22+
with:
23+
version: 9
24+
2025
- name: Use Node.js (20.x)
2126
uses: actions/setup-node@v4
2227
with:

0 commit comments

Comments
 (0)