mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-20 05:14:44 +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
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue