Skip to content

Update dependency typescript to v5 #3642

Update dependency typescript to v5

Update dependency typescript to v5 #3642

Triggered via push November 22, 2024 18:27
Status Failure
Total duration 40s
Artifacts

nodejs.yml

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

Annotations

8 errors
build (18.x): node_modules/@types/node/buffer.d.ts#L644
Interface 'Buffer' incorrectly extends interface 'Uint8Array<ArrayBufferLike>'.
build (18.x): node_modules/@types/node/fs/promises.d.ts#L56
Type 'Buffer' does not satisfy the constraint 'ArrayBufferView'.
build (18.x): node_modules/@types/node/fs/promises.d.ts#L238
Type 'Buffer' does not satisfy the constraint 'ArrayBufferView'.
build (18.x): src/2020/Day-18-Operation-Order/OperationOrder.ts#L64
Argument of type '"+"' is not assignable to parameter of type 'never'.
build (18.x): src/2020/Day-20-Jurassic-Jigsaw/JurassicJigsaw.ts#L52
No overload matches this call.
build (18.x): src/2021/Day-15/Day15.test.ts#L218
Argument of type 'Buffer' is not assignable to parameter of type 'string | ArrayBufferView'.
build (18.x): src/2021/Day-20/Day20.test.tsx#L136
Argument of type 'Buffer' is not assignable to parameter of type 'string | ArrayBufferView'.
build (18.x)
Process completed with exit code 2.