Skip to content

Rewrite channel selector to use updated message types #57

Rewrite channel selector to use updated message types

Rewrite channel selector to use updated message types #57

Triggered via pull request October 17, 2024 14:47
Status Failure
Total duration 1m 53s
Artifacts

build.yml

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

Annotations

5 errors and 1 warning
build (20.x)
Conversion of type '{ type: "fdc3UserInterfaceChannels"; payload: { selected: string | null; userChannels: { id: string; displayMetadata: DisplayMetadata | undefined; }[]; }; }' to type 'IframeChannels' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
build (20.x)
Process completed with exit code 2.
build (18.x)
The job was canceled because "_20_x" failed.
build (18.x)
Conversion of type '{ type: "fdc3UserInterfaceChannels"; payload: { selected: string | null; userChannels: { id: string; displayMetadata: DisplayMetadata | undefined; }[]; }; }' to type 'IframeChannels' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
build (18.x)
The operation was canceled.
build (20.x)
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/