Skip to content

Commit 111f9cd

Browse files
committed
chore: add setup pnpm
1 parent 3f77b0c commit 111f9cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16+
- uses: pnpm/action-setup@v4
17+
with:
18+
version: 9
19+
1620
- name: 🛠️ Setup Node.js
1721
uses: actions/setup-node@v4
1822
with:

0 commit comments

Comments
 (0)