Commit ef40113
committed
ci(ui): point pnpm/action-setup at ui/package.json
pnpm/action-setup@v4 runs with the runner's CWD (repo root) and ignores
the job-level `defaults.run.working-directory`, so the action looked
for a non-existent root `package.json` and failed with 'No pnpm
version is specified'. The pnpm version is already pinned in
ui/package.json as packageManager=pnpm@11.1.2 — this just tells the
action where to read it from.1 parent 64f4367 commit ef40113
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
38 | 43 | | |
39 | 44 | | |
40 | 45 | | |
| |||
0 commit comments