update dev dependencies and react to new linting rules (#611)

This commit is contained in:
eric sciple
2021-10-19 09:52:57 -05:00
committed by GitHub
parent c49af7ca1f
commit eb8a193c1d
16 changed files with 14807 additions and 4534 deletions

View File

@ -29,7 +29,7 @@ export class RetryHelper {
try {
return await action()
} catch (err) {
core.info(err.message)
core.info((err as any)?.message)
}
// Sleep