Remove explicit pnpm version to use packageManager from package.json

### 🐛 Bug Fixes
- Removed explicit pnpm version specification in GitHub Actions
- Let pnpm/action-setup@v4 automatically use version from package.json packageManager field
- Resolves version conflict between workflow config and package.json

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-09-13 14:03:50 +02:00
parent 49efce43e8
commit 4a46407237

View File

@@ -29,8 +29,6 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10.12.4
- name: Get pnpm store directory
shell: bash
@@ -355,8 +353,6 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10.12.4
- name: Get pnpm store directory
shell: bash