Skip to content

Update dependency typescript to v5 #3711

Update dependency typescript to v5

Update dependency typescript to v5 #3711

Triggered via push December 4, 2024 10:17
Status Failure
Total duration 42s
Artifacts

nodejs.yml

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

Annotations

8 errors and 1 warning
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.
build (18.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636