From 072efa06e889cfcf20cf3f1eb59f2a180ed71bc5 Mon Sep 17 00:00:00 2001 From: chahinebrini Date: Thu, 7 May 2026 20:20:00 +0200 Subject: [PATCH] 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) --- .github/workflows/deploy-staging.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index b265d99..8dc8c3f 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -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: