fix(deploy-staging): pnpm-version Konflikt mit packageManager-Field

pnpm/action-setup@v4 errored out weil sowohl `version: 10` im Workflow
als auch `packageManager: pnpm@10.23.0` in package.json gesetzt waren.
package.json bleibt source-of-truth, version aus Workflow raus.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
chahinebrini 2026-05-07 20:20:00 +02:00
parent 87438ede8e
commit 072efa06e8

View File

@ -43,8 +43,7 @@ jobs:
fetch-depth: 0 # full history fuer migrate-detection im Server-Script fetch-depth: 0 # full history fuer migrate-detection im Server-Script
- uses: pnpm/action-setup@v4 - uses: pnpm/action-setup@v4
with: # version is read from package.json's "packageManager" field (pnpm@10.23.0)
version: 10
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with: