Skip to content

onHandled hook

onHandled hook #54

Triggered via push November 18, 2024 11:49
Status Failure
Total duration 26s
Artifacts

blank.yml

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

Annotations

10 errors and 2 warnings
Node 22 tests: test/contextid.e2e.ts#L1
Type '{ start(): Promise<void>; stop(): Promise<void>; send(): Promise<never[]>; }' is not assignable to type 'Adapter'.
Node 22 tests: test/contextid.e2e.ts#L1
Non-abstract class expression does not implement inherited abstract member 'onHandled' from class 'SerialAdapter'.
Node 22 tests: test/contextid.e2e.ts#L1
Non-abstract class expression does not implement inherited abstract member 'onHandled' from class 'SerialAdapter'.
Node 22 tests: test/contextid.e2e.ts#L1
Non-abstract class expression does not implement inherited abstract member 'onHandled' from class 'SerialAdapter'.
Node 22 tests: test/error.e2e.ts#L1
Type '{ start(): Promise<void>; stop(): Promise<void>; send(): Promise<never>; }' is not assignable to type 'Adapter'.
Node 22 tests: test/error.e2e.ts#L1
Type '{ start(): Promise<void>; stop(): Promise<void>; send(): Promise<never[]>; }' is not assignable to type 'Adapter'.
Node 22 tests: test/meta.e2e.ts#L1
Type '{ start(): Promise<void>; stop(): Promise<void>; send(): Promise<{ meta: { metaWorks: boolean; }; value: {}; status: "fulfilled"; }[]>; }' is not assignable to type 'Adapter'.
Node 22 tests: test/meta.e2e.ts#L1
Non-abstract class expression does not implement inherited abstract member 'onHandled' from class 'SerialAdapter'.
Node 22 tests: test/partitioning.e2e.ts#L1
Type '{ start(): Promise<void>; stop(): Promise<void>; send(): Promise<{ status: "fulfilled"; value: { ok: boolean; }; }[]>; }' is not assignable to type 'Adapter'.
Node 22 tests: test/partitioning.e2e.ts#L1
Type '{ start(): Promise<void>; stop(): Promise<void>; send(): Promise<{ status: "fulfilled"; value: { ok: boolean; }; }[]>; }' is not assignable to type 'Adapter'.
Node 22 tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Node 22 tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/