Commit e9c44aa
Pin pnpm via packageManager instead of per-workflow version
pnpm/action-setup@v4 now hard-requires an explicit version (no more
auto-detection fallback), which broke every workflow here except
tests.yml's hardcoded `version: 9` — discovered when the new release.yml's
workflow_dispatch dry run failed on "No pnpm version is specified."
Adding packageManager to package.json is the single source of truth
pnpm/action-setup reads automatically, so drop the now-redundant explicit
version from tests.yml too rather than maintaining it in two places.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent cd425b0 commit e9c44aa
2 files changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
| |||
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
35 | | - | |
36 | | - | |
37 | 33 | | |
38 | 34 | | |
39 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments