Skip to content

Commit e328c03

Browse files
committed
Fix pnpm version conflict in publish workflow
pnpm/action-setup with explicit version: 10 conflicted with packageManager: pnpm@10.29.3 in package.json. Drop the input and let the action read from packageManager.
1 parent f3dd1c5 commit e328c03

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727

2828
- name: Setup pnpm
2929
uses: pnpm/action-setup@v4
30-
with:
31-
version: 10
3230

3331
- name: Setup Node.js
3432
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)