Skip to content

Commit b3a28b7

Browse files
riglarclaude
andcommitted
Fix pnpm version mismatch in GitHub Actions workflow
Remove explicit pnpm version from workflow to use packageManager field in package.json, preventing ERR_PNPM_BAD_PM_VERSION errors. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent a39f47e commit b3a28b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-source.yaml

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

3131
- name: Setup pnpm
3232
uses: pnpm/action-setup@v4
33-
with:
34-
version: 9
3533

3634
- name: Install Dependencies
3735
run: pnpm install

0 commit comments

Comments
 (0)