mirror of
https://gitea.com/actions/setup-node.git
synced 2025-08-02 05:18:52 +08:00
Bump @babel/traverse from 7.15.4 to 7.23.2 (#870)
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user