Skip to content

Commit 81c05de

Browse files
committed
fix(ci): remove redundant pnpm version to avoid conflict
The pnpm/action-setup version field conflicted with the packageManager field in package.json, causing CI failures. Made-with: Cursor
1 parent 10cdb8f commit 81c05de

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
- uses: pnpm/action-setup@v4
17-
with:
18-
version: 9
1917

2018
- uses: actions/setup-node@v4
2119
with:

0 commit comments

Comments
 (0)