Skip to content

Commit 79aa321

Browse files
committed
ci: fix pnpm version conflict — use packageManager field
Made-with: Cursor
1 parent c2bb047 commit 79aa321

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616

1717
- uses: pnpm/action-setup@v4
18-
with:
19-
version: 10
18+
# version is read from packageManager field in package.json
2019

2120
- uses: actions/setup-node@v4
2221
with:

0 commit comments

Comments
 (0)