|
|
@ -63038,7 +63038,6 @@ const restoreCache = (versionSpec, packageManager, cacheDependencyPath) => __awa
|
|
|
|
const cachePaths = yield cache_utils_1.getCacheDirectoryPath(packageManagerInfo);
|
|
|
|
const cachePaths = yield cache_utils_1.getCacheDirectoryPath(packageManagerInfo);
|
|
|
|
let dependencyFilePath;
|
|
|
|
let dependencyFilePath;
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
core.info('Trying to resolve lockfile path.');
|
|
|
|
|
|
|
|
dependencyFilePath = cacheDependencyPath
|
|
|
|
dependencyFilePath = cacheDependencyPath
|
|
|
|
? cacheDependencyPath
|
|
|
|
? cacheDependencyPath
|
|
|
|
: findDependencyFile(packageManagerInfo);
|
|
|
|
: findDependencyFile(packageManagerInfo);
|
|
|
|