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:
parent
72c43c2d8f
commit
ae4498fd09
77 changed files with 19718 additions and 28856 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue