Skip to content

Commit 760aff1

Browse files
committed
fix: change package manager to pnpm in CI
1 parent cbc67f7 commit 760aff1

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
@@ -20,6 +20,10 @@ jobs:
2020
uses: actions/setup-node@v3
2121
with:
2222
node-version: '24.x'
23+
- name: Setup pnpm
24+
uses: pnpm/action-setup@v2
25+
with:
26+
version: 8
2327
- name: Install dependencies
2428
run: pnpm ci
2529
- name: Run Linters

0 commit comments

Comments
 (0)