Skip to content

Commit e5dbeb1

Browse files
naivefunclaude
andcommitted
Fix GitHub Action pnpm version mismatch
- Change pnpm version from 'latest' to '10.13.1' to match package.json - Resolves ERR_PNPM_BAD_PM_VERSION error in GitHub Actions - Ensures consistent pnpm version across local and CI environments 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e2db8ce commit e5dbeb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup pnpm
2727
uses: pnpm/action-setup@v4
2828
with:
29-
version: latest
29+
version: 10.13.1
3030

3131
- name: Setup Node.js
3232
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)