ci(magic-win): pnpm-version aus packageManager statt explizit (fix Multiple-versions)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
4b4b9fc63b
commit
771af0faf1
4
.github/workflows/build-magic-win.yml
vendored
4
.github/workflows/build-magic-win.yml
vendored
@ -26,9 +26,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
# Version kommt aus dem `packageManager`-Feld der Root-package.json
|
||||
# (pnpm@10.23.0) — kein explizites `version`, sonst „Multiple versions".
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user