Bump @babel/traverse from 7.15.4 to 7.23.2 (#870)

This commit is contained in:
dependabot[bot] 2023-10-19 10:40:59 +02:00 committed by GitHub
parent 2a017f350d
commit 7da2a7eb0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 4895 additions and 5093 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);
}
}