Commit 2675db7
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| |||
74 | 72 | | |
75 | 73 | | |
76 | 74 | | |
77 | | - | |
78 | | - | |
79 | 75 | | |
80 | 76 | | |
81 | 77 | | |
| |||
0 commit comments