mirror of
https://github.com/actions/setup-node.git
synced 2026-06-28 12:50:44 +00:00
Update dist
This commit is contained in:
parent
360237f0c0
commit
4e1a87a501
1 changed files with 1 additions and 1 deletions
2
dist/cache-save/index.js
vendored
2
dist/cache-save/index.js
vendored
|
|
@ -46418,7 +46418,7 @@ const cachePackages = async (packageManager) => {
|
|||
return;
|
||||
}
|
||||
const cacheId = await cache.saveCache(cachePaths, primaryKey);
|
||||
if (cacheId == -1) {
|
||||
if (cacheId === -1) {
|
||||
// saveCache returns -1 without throwing when the cache was not saved, e.g.
|
||||
// a reserve collision or a read-only token (fork PR). @actions/cache has
|
||||
// already logged the reason at the appropriate severity, so just trace it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue