You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying pnpm/action-setup I've run through variations of the config without any way of getting past the action failing looking for the pnpm lockfile at the repository root. Here are variations I've tried.
As a user I would expect just setting package_json_file path would work:
Here is a repo where the NPM package is in a subdir (in this case
apex
): https://github.com/eighty4/eighty4.techWhen trying
pnpm/action-setup
I've run through variations of the config without any way of getting past the action failing looking for the pnpm lockfile at the repository root. Here are variations I've tried.As a user I would expect just setting package_json_file path would work:
I tried changing the cwd of run_install:
Even with
run_install: false
it still fails on the missing repository root pnpm lock file:Am I overlooking a configuration for this project structure to work with pnpm/action-setup?
The text was updated successfully, but these errors were encountered: