Skip to content
Triggered via push September 28, 2023 21:02
Status Failure
Total duration 1m 5s
Artifacts
Matrix: build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
build-and-deploy (16.x): src/main.ts#L1
Conversion of type 'string | null' to type 'HTMLElement' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
build-and-deploy (16.x): src/main.ts#L1
Argument of type 'HTMLElement' is not assignable to parameter of type 'string'.
build-and-deploy (16.x): src/main.ts#L1
Argument of type '{ showLayerDialog: false; showUIControls: true; showPanelBorders: true; defaultLayoutSpecification: string; minSidePanelSize: number; }' is not assignable to parameter of type 'Partial<ViewerOptions>'.
build-and-deploy (16.x)
Process completed with exit code 2.
build-and-deploy (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/