Skip to content

Fix download monero main.ts #12

Fix download monero main.ts

Fix download monero main.ts #12

Triggered via push September 29, 2024 22:29
Status Failure
Total duration 1m 29s
Artifacts

ubuntu.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build (20): src/app/app.component.ts#L35
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (20): src/app/app.component.ts#L46
Unexpected var, use let or const instead
build (20): src/app/app.module.ts#L21
'NavbarComponent' is defined but never used
build (20): src/app/app.module.ts#L25
'SidebarComponent' is defined but never used
build (20): src/app/core/services/daemon/daemon.service.ts#L76
'resolve' is defined but never used
build (20): src/app/core/services/daemon/daemon.service.ts#L111
'event' is defined but never used
build (20): src/app/core/services/daemon/daemon.service.ts#L111
'code' is defined but never used
build (20): src/app/core/services/daemon/daemon.service.ts#L228
Unsafe argument of type `any` assigned to a parameter of type `{ code: number; message: string; }`
build (20): src/app/core/services/daemon/daemon.service.ts#L306
Unsafe argument of type `any` assigned to a parameter of type `{ code: number; message: string; }`
build (20): src/app/core/services/daemon/daemon.service.ts#L321
Unsafe return of an `any` typed value
build (20)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/