Skip to content

Commit 2675db7

Browse files
authored
fix(ts): drop explicit pnpm version in release-ts.yml (#5)
pnpm/action-setup fails with "Multiple versions of pnpm specified" when both `version:` and package.json's `packageManager:` field are set. Drop the `version: 9` input so the action reads pnpm@9.14.4 from package.json (the single source of truth).
1 parent 13a2453 commit 2675db7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/release-ts.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
fetch-depth: 0
2626

2727
- uses: pnpm/action-setup@v4
28-
with:
29-
version: 9
3028

3129
- uses: actions/setup-node@v5
3230
with:
@@ -74,8 +72,6 @@ jobs:
7472
persist-credentials: false
7573

7674
- uses: pnpm/action-setup@v4
77-
with:
78-
version: 9
7975

8076
- uses: actions/setup-node@v5
8177
with:

0 commit comments

Comments
 (0)