Skip to content

Commit 203c92f

Browse files
author
Alex K
committed
fix(ci): add pnpm installation step
1 parent bb50206 commit 203c92f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
node-version: 20
1919
cache: 'pnpm'
2020

21+
- name: Install pnpm
22+
run: npm install -g pnpm
23+
2124
- name: Install dependencies
2225
run: pnpm install
2326

0 commit comments

Comments
 (0)