Skip to content

Commit 8eae647

Browse files
committed
fix(ci): explicitly set pnpm version in action-setup to fix lockfile v9 parsing
1 parent cc27d6c commit 8eae647

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
check-latest: true
3131

3232
- uses: pnpm/action-setup@v6
33+
with:
34+
version: 10.14.0
3335

3436
- name: Install dependencies
3537
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)