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

@ -75,7 +75,7 @@ export async function run() {
`##[add-matcher]${path.join(matchersPath, 'eslint-compact.json')}`
);
} catch (err) {
core.setFailed(err.message);
core.setFailed((err as Error).message);
}
}