update dev dependencies and react to new linting rules

This commit is contained in:
eric sciple 2021-10-18 16:34:26 -05:00
parent 1e204e9a92
commit 7b32c07aeb
13 changed files with 14797 additions and 4526 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