Skip to content

Commit c310ed8

Browse files
committed
pnpm in ci
1 parent fa97268 commit c310ed8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/checkout@v4
1717

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

24-
- name: Install pnpm
25-
uses: pnpm/action-setup@v4
26-
with:
27-
version: 8
28-
2929
- name: Install dependencies
3030
run: pnpm install --frozen-lockfile
3131

0 commit comments

Comments
 (0)