mirror of
https://github.com/actions/setup-node.git
synced 2025-07-23 06:58:24 +02:00
Fix find lock file
This commit is contained in:
parent
02aa3290a3
commit
2d87f2fcc7
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