Skip to content

Commit 4802177

Browse files
committed
fix: use pnpm in github workflow
1 parent 22beed0 commit 4802177

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19+
20+
- name: Install pnpm
21+
uses: pnpm/action-setup@v4
22+
with:
23+
version: 9
1924

2025
- name: Use Node.js
2126
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)