Skip to content

Commit fe68913

Browse files
committed
chore: fix pr workflow
1 parent 3b4e829 commit fe68913

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pr.yml

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

22+
- name: Install pnpm
23+
run: npm install -g pnpm
24+
2225
- name: Install dependencies
2326
run: pnpm install
2427

0 commit comments

Comments
 (0)