Commit 2c4b971
fix(workflow): pin packageManager so pnpm/action-setup@v4 resolves
Without a packageManager field (or `version:` in the workflow),
pnpm/action-setup@v4 fails with "No pnpm version is specified" — which
broke every pnpm-using job on PR #10 (build, lint, test, typecheck,
commit-lint). Pinning packageManager fixes all of them and is the
canonical way per Corepack/pnpm guidance.
Refs #9
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 2ae5978 commit 2c4b971
1 file changed
Lines changed: 1 addition & 0 deletions
| 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