Fix pnpm version mismatch in GitHub Actions workflow

### 🐛 Bug Fixes
- Updated pnpm version from 8 to 10 to match package.json packageManager field
- Resolves ERR_PNPM_BAD_PM_VERSION error in workflow execution

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-09-13 13:49:46 +02:00
parent b760841e58
commit 14c03b2143

View File

@@ -25,7 +25,7 @@ jobs:
- name: Setup pnpm - name: Setup pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v4
with: with:
version: 8 version: 10
- name: Get pnpm store directory - name: Get pnpm store directory
shell: bash shell: bash
@@ -84,7 +84,7 @@ jobs:
- name: Setup pnpm - name: Setup pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v4
with: with:
version: 8 version: 10
- name: Get pnpm store directory - name: Get pnpm store directory
shell: bash shell: bash