1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-node synced 2025-06-16 08:44:10 +02:00

initial changes for node20 and update dependencies

This commit is contained in:
Dmitry Shibanov 2023-10-04 16:15:56 +02:00
parent 72c43c2d8f
commit ae4498fd09
77 changed files with 19718 additions and 28856 deletions

View file

@ -17,7 +17,7 @@ export async function run() {
const cacheLock = core.getState(State.CachePackageManager);
await cachePackages(cacheLock);
} catch (error) {
core.setFailed(error.message);
core.setFailed((error as Error).message);
}
}