mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-08 05:01:11 +00:00
Fix find lock file
This commit is contained in:
parent
318f863611
commit
086599f868
4 changed files with 13 additions and 9 deletions
|
@ -51,7 +51,7 @@ export const getCommandOutput = async (
|
|||
return stdout.trim();
|
||||
};
|
||||
|
||||
const getPackageManagerWorkingDir = (): string | null => {
|
||||
export const getPackageManagerWorkingDir = (): string | null => {
|
||||
const projectDir = core.getInput('project-dir');
|
||||
if (projectDir) {
|
||||
return projectDir;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue