mirror of
https://gitea.com/actions/setup-node.git
synced 2025-12-26 12:44:00 +08:00
Fix find lock file
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user