Commit 40b9e32
committed
fix(pnpm-install): pass working-directory to package_json_file
pnpm/action-setup reads the pnpm version from package.json. When
the project lives in a subdirectory (e.g. impit-node), the root
has no package.json and the version lookup fails. Forward the
working-directory input so it finds the right file.1 parent ea5bf00 commit 40b9e32
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments