Skip to content

Commit 8a88ff3

Browse files
committed
(ci):pnpm
1 parent 6e42a4d commit 8a88ff3

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,19 @@ jobs:
1515
with:
1616
ref: ${{ github.head_ref || github.ref_name }}
1717

18+
- name: Setup pnpm
19+
uses: pnpm/action-setup@v4
20+
with:
21+
version: 10
22+
1823
- name: Setup Node.js
1924
uses: actions/setup-node@v4
2025
with:
2126
node-version: 20
22-
cache: npm
27+
cache: pnpm
2328

2429
- name: Install dependencies
25-
run: npm ci
30+
run: pnpm install --frozen-lockfile
2631

2732
- name: Apply Biome autofixes
2833
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository

0 commit comments

Comments
 (0)