Skip to content

Commit 951e051

Browse files
committed
fix: ensure pnpm is installed before dependency installation
1 parent e9b81c2 commit 951e051

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/types.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
with:
2525
node-version: '20'
2626

27+
- name: Install pnpm
28+
run: npm install -g pnpm
29+
2730
- name: Install dependencies
2831
run: pnpm install --legacy-peer-deps
2932

0 commit comments

Comments
 (0)