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