Skip to content
Triggered via push November 26, 2023 19:05
Status Failure
Total duration 23s
Artifacts

beta-release.yml

on: push
Matrix: build_and_test / build
lint  /  ESLint
lint / ESLint
publish  /  publish_npm
publish / publish_npm
Fit to window
Zoom out
Zoom in

Annotations

5 errors
build_and_test / build (18, ubuntu-latest): node_modules/queue/index.d.ts#L178
Property 'addEventListener' in type 'Queue' is not assignable to the same property in base type '{ addEventListener(type: string, listener: EventListener | EventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void; dispatchEvent(event: Event): boolean; removeEventListener(type: string, listener: EventListener | EventListenerObject, options?: boolean | ... 1 more ... | undefined): void; }'.
build_and_test / build (18, ubuntu-latest): node_modules/queue/index.d.ts#L178
Cannot find name 'AddEventListenerOptions'.
build_and_test / build (18, ubuntu-latest): node_modules/queue/index.d.ts#L182
Property 'removeEventListener' in type 'Queue' is not assignable to the same property in base type '{ addEventListener(type: string, listener: EventListener | EventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void; dispatchEvent(event: Event): boolean; removeEventListener(type: string, listener: EventListener | EventListenerObject, options?: boolean | ... 1 more ... | undefined): void; }'.
build_and_test / build (18, ubuntu-latest): node_modules/queue/index.d.ts#L182
Cannot find name 'EventListenerOptions'.
build_and_test / build (18, ubuntu-latest)
Process completed with exit code 2.