You've already forked setup-node
mirror of
https://github.com/actions/setup-node.git
synced 2025-09-09 22:34:04 +07:00
Add dist
This commit is contained in:
1
dist/cache-save/index.js
vendored
1
dist/cache-save/index.js
vendored
@ -83729,6 +83729,7 @@ const cachePackages = (packageManager) => __awaiter(void 0, void 0, void 0, func
|
||||
return;
|
||||
}
|
||||
core.info(`Cache saved with the key: ${primaryKey}`);
|
||||
core.setOutput('cache-key', primaryKey);
|
||||
});
|
||||
run(true);
|
||||
|
||||
|
Reference in New Issue
Block a user