mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2024-11-05 19:45:48 +00:00
Update build
This commit is contained in:
parent
8819aae165
commit
fc5dc8bbe4
2 changed files with 2 additions and 2 deletions
2
dist/cache-save/index.js
vendored
2
dist/cache-save/index.js
vendored
|
@ -61218,7 +61218,7 @@ exports.getPackageManagerInfo = getPackageManagerInfo;
|
|||
*
|
||||
* @param cacheDependencyPath - either a single string or multiline string with possible glob patterns
|
||||
* expected to be the result of `core.getInput('cache-dependency-path')`
|
||||
* @return list of directories and possible
|
||||
* @return list of directories
|
||||
*/
|
||||
exports.getProjectDirectoriesFromCacheDependencyPath = lodash_memoize_1.default((cacheDependencyPath) => __awaiter(void 0, void 0, void 0, function* () {
|
||||
const globber = yield glob.create(cacheDependencyPath);
|
||||
|
|
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
|
@ -72010,7 +72010,7 @@ exports.getPackageManagerInfo = getPackageManagerInfo;
|
|||
*
|
||||
* @param cacheDependencyPath - either a single string or multiline string with possible glob patterns
|
||||
* expected to be the result of `core.getInput('cache-dependency-path')`
|
||||
* @return list of directories and possible
|
||||
* @return list of directories
|
||||
*/
|
||||
exports.getProjectDirectoriesFromCacheDependencyPath = lodash_memoize_1.default((cacheDependencyPath) => __awaiter(void 0, void 0, void 0, function* () {
|
||||
const globber = yield glob.create(cacheDependencyPath);
|
||||
|
|
Loading…
Reference in a new issue