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:
parent
87438ede8e
commit
072efa06e8
3
.github/workflows/deploy-staging.yml
vendored
3
.github/workflows/deploy-staging.yml
vendored
@ -43,8 +43,7 @@ jobs:
|
||||
fetch-depth: 0 # full history fuer migrate-detection im Server-Script
|
||||
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10
|
||||
# version is read from package.json's "packageManager" field (pnpm@10.23.0)
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user