1
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2024-09-19 16:06:43 +00:00

updated build code

This commit is contained in:
Aparna Jyothi 2024-09-12 11:55:45 +05:30
parent 35a5d97e6f
commit 49def092fd
2 changed files with 1 additions and 2 deletions

1
dist/setup/index.js vendored
View file

@ -93311,7 +93311,6 @@ const restoreCache = (packageManager, cacheDependencyPath) => __awaiter(void 0,
throw new Error(`Caching for '${packageManager}' is not supported`);
}
const platform = process.env.RUNNER_OS;
core.info(`platform runner.os: ${platform}`);
const cachePaths = yield (0, cache_utils_1.getCacheDirectories)(packageManagerInfo, cacheDependencyPath);
core.saveState(constants_1.State.CachePaths, cachePaths);
const lockFilePath = cacheDependencyPath

View file

@ -21,7 +21,7 @@ export const restoreCache = async (
throw new Error(`Caching for '${packageManager}' is not supported`);
}
const platform = process.env.RUNNER_OS;
core.info(`platform runner.os: ${platform}`);
const cachePaths = await getCacheDirectories(
packageManagerInfo,
cacheDependencyPath