fix(ci): pnpm action reads packageManager from workbench-ui/package.json
This commit is contained in:
parent
513f80d5fb
commit
52b5d89206
1 changed files with 4 additions and 1 deletions
5
.github/workflows/workbench-ui.yml
vendored
5
.github/workflows/workbench-ui.yml
vendored
|
|
@ -39,7 +39,10 @@ jobs:
|
|||
|
||||
- name: set up pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
# version comes from package.json "packageManager" (pnpm@9.15.0)
|
||||
with:
|
||||
# actions ignore working-directory; point at the pinned
|
||||
# "packageManager" field explicitly (single source of truth)
|
||||
package_json_file: workbench-ui/package.json
|
||||
|
||||
- name: set up node
|
||||
uses: actions/setup-node@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue