I think this is it #8
Annotations
6 warnings
release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
release:
bootstrap.ts#L99
Object pattern argument should be typed
|
release:
bootstrap.ts#L128
Missing return type on function
|
release:
bootstrap.ts#L142
Missing return type on function
|
release:
lib.ts#L244
Use const or class constructors instead of named functions
|
release:
lib.ts#L244
Don't use `Function` as a type. Avoid using the `Function` type. Prefer a specific function type, like `() => void`
|