Skip to content

update lock?

update lock? #314

Triggered via push August 22, 2024 21:34
Status Failure
Total duration 35s
Artifacts

ci.yaml

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

Annotations

23 errors and 1 warning
build (20.x): node_modules/@types/node/stream/web.d.ts#L333
Cannot redeclare block-scoped variable 'CompressionStream'.
build (20.x): node_modules/@types/node/stream/web.d.ts#L337
Cannot redeclare block-scoped variable 'CompressionStream'.
build (20.x): node_modules/typescript/lib/lib.dom.d.ts#L5844
Interface 'CompressionStream' cannot simultaneously extend types 'GenericTransformStream' and 'CompressionStream<any, any>'.
build (20.x): src/webstreams.d.ts#L9
Cannot redeclare block-scoped variable 'CompressionStream'.
build (20.x): src/webstreams.d.ts#L12
Cannot redeclare block-scoped variable 'CompressionStream'.
build (20.x): src/webstreams.d.ts#L20
Subsequent variable declarations must have the same type. Variable 'CompressionStream' must be of type '{ new (format: CompressionFormat): CompressionStream; prototype: CompressionStream; }', but here has type '{ new <R = any, W = any>(format: string): CompressionStream<R, W>; prototype: CompressionStream<any, any>; }'.
build (20.x)
Process completed with exit code 2.
build (22.x)
The job was canceled because "_20_x" failed.
build (22.x): node_modules/@types/node/stream/web.d.ts#L333
Cannot redeclare block-scoped variable 'CompressionStream'.
build (22.x): node_modules/@types/node/stream/web.d.ts#L337
Cannot redeclare block-scoped variable 'CompressionStream'.
build (22.x): node_modules/typescript/lib/lib.dom.d.ts#L5844
Interface 'CompressionStream' cannot simultaneously extend types 'GenericTransformStream' and 'CompressionStream<any, any>'.
build (22.x): src/webstreams.d.ts#L9
Cannot redeclare block-scoped variable 'CompressionStream'.
build (22.x): src/webstreams.d.ts#L12
Cannot redeclare block-scoped variable 'CompressionStream'.
build (22.x): src/webstreams.d.ts#L20
Subsequent variable declarations must have the same type. Variable 'CompressionStream' must be of type '{ new (format: CompressionFormat): CompressionStream; prototype: CompressionStream; }', but here has type '{ new <R = any, W = any>(format: string): CompressionStream<R, W>; prototype: CompressionStream<any, any>; }'.
build (22.x)
Process completed with exit code 2.
build (18.x)
The job was canceled because "_20_x" failed.
build (18.x): node_modules/@types/node/stream/web.d.ts#L333
Cannot redeclare block-scoped variable 'CompressionStream'.
build (18.x): node_modules/@types/node/stream/web.d.ts#L337
Cannot redeclare block-scoped variable 'CompressionStream'.
build (18.x): node_modules/typescript/lib/lib.dom.d.ts#L5844
Interface 'CompressionStream' cannot simultaneously extend types 'GenericTransformStream' and 'CompressionStream<any, any>'.
build (18.x): src/webstreams.d.ts#L9
Cannot redeclare block-scoped variable 'CompressionStream'.
build (18.x): src/webstreams.d.ts#L12
Cannot redeclare block-scoped variable 'CompressionStream'.
build (18.x): src/webstreams.d.ts#L20
Subsequent variable declarations must have the same type. Variable 'CompressionStream' must be of type '{ new (format: CompressionFormat): CompressionStream; prototype: CompressionStream; }', but here has type '{ new <R = any, W = any>(format: string): CompressionStream<R, W>; prototype: CompressionStream<any, any>; }'.
build (18.x)
Process completed with exit code 2.
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/