mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-22 05:54:45 +00:00
Bump @babel/traverse from 7.15.4 to 7.23.2 (#870)
This commit is contained in:
parent
2a017f350d
commit
7da2a7eb0c
8 changed files with 4895 additions and 5093 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