Skip to content

compiles

compiles #6

Triggered via push December 30, 2023 01:38
Status Success
Total duration 39s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

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#L126
Missing return type on function
release: bootstrap.ts#L140
Missing return type on function
release: lib.ts#L242
Use const or class constructors instead of named functions
release: lib.ts#L242
Don't use `Function` as a type. Avoid using the `Function` type. Prefer a specific function type, like `() => void`