mirror of
https://gitea.com/actions/setup-node.git
synced 2025-09-16 08:38:35 +08:00
format & resolve conflicts
This commit is contained in:
@@ -52,7 +52,6 @@ export const getCommandOutput = async (
|
||||
};
|
||||
|
||||
export const getPackageManagerWorkingDir = (): string | null => {
|
||||
|
||||
const cache = core.getInput('cache');
|
||||
if (cache !== 'yarn') {
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user