Skip to content

Commit b1aad91

Browse files
committed
fix pnpm not being found
1 parent 5f15f90 commit b1aad91

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
uses: actions/setup-node@v4
2121
with:
2222
node-version: '20'
23+
- name: Setup pnpm
24+
uses: pnpm/action-setup@v4
25+
with:
26+
version: 9
2327
- name: Install dependencies
2428
run: pnpm install --frozen-lockfile
2529
- name: Type check

0 commit comments

Comments
 (0)