Skip to content

Commit 4d219f0

Browse files
author
Alex K
committed
fix(ci): use built-in pnpm setup via setup-node@v4
1 parent 203c92f commit 4d219f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
with:
1818
node-version: 20
1919
cache: 'pnpm'
20-
21-
- name: Install pnpm
22-
run: npm install -g pnpm
20+
package-manager: pnpm
2321

2422
- name: Install dependencies
2523
run: pnpm install

0 commit comments

Comments
 (0)