mirror of
https://github.com/actions/setup-node.git
synced 2025-05-11 19:53:43 +00:00
format & resolve conflicts
This commit is contained in:
parent
0b6156785a
commit
9e025d3ea1
3 changed files with 0 additions and 9 deletions
4
dist/setup/index.js
vendored
4
dist/setup/index.js
vendored
|
@ -71251,10 +71251,6 @@ const getCommandOutput = (toolCommand, cwd) => __awaiter(void 0, void 0, void 0,
|
|||
});
|
||||
exports.getCommandOutput = getCommandOutput;
|
||||
const getPackageManagerWorkingDir = () => {
|
||||
const projectDir = core.getInput('project-dir');
|
||||
if (projectDir) {
|
||||
return projectDir;
|
||||
}
|
||||
const cache = core.getInput('cache');
|
||||
if (cache !== 'yarn') {
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue