Skip to content

♻️ task.priority → task.strategy #104

♻️ task.priority → task.strategy

♻️ task.priority → task.strategy #104

Triggered via push January 17, 2024 11:37
Status Failure
Total duration 42s
Artifacts

main.yml

on: push
Matrix: test
Code Coverage
0s
Code Coverage
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Node.js 18: src/tasks/createTask.ts#L23
Argument of type '{ priority: SchedulingStrategy; promise: Promise<void>; resolve: (value: void) => void; reject: (reason?: any) => void; }' is not assignable to parameter of type 'ScheduledTask'.
Node.js 18: src/tasks/createTask.ts#L25
Argument of type '{ priority: SchedulingStrategy; promise: Promise<void>; resolve: (value: void) => void; reject: (reason?: any) => void; }' is not assignable to parameter of type 'ScheduledTask'.
Node.js 18: src/tasks/createTask.ts#L32
Type '{ priority: SchedulingStrategy; promise: Promise<void>; resolve: (value: void) => void; reject: (reason?: any) => void; }' is not assignable to type 'ScheduledTask'.
Node.js 18
Process completed with exit code 2.
Node.js 20: src/tasks/createTask.ts#L23
Argument of type '{ priority: SchedulingStrategy; promise: Promise<void>; resolve: (value: void) => void; reject: (reason?: any) => void; }' is not assignable to parameter of type 'ScheduledTask'.
Node.js 20: src/tasks/createTask.ts#L25
Argument of type '{ priority: SchedulingStrategy; promise: Promise<void>; resolve: (value: void) => void; reject: (reason?: any) => void; }' is not assignable to parameter of type 'ScheduledTask'.
Node.js 20: src/tasks/createTask.ts#L32
Type '{ priority: SchedulingStrategy; promise: Promise<void>; resolve: (value: void) => void; reject: (reason?: any) => void; }' is not assignable to type 'ScheduledTask'.
Node.js 20
Process completed with exit code 2.