fix: improve Buffer type handling for TypeScript compatibility #288
action.yml
on: push
run_circuit_tests
12m 41s
run_helpers_tests
33s
Annotations
4 errors and 2 warnings
run_helpers_tests
Conversion of type 'Buffer<never>' to type 'Buffer<ArrayBufferLike> & { pipe: (...args: any) => void; on: (...args: any) => void; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
run_helpers_tests
Type 'Uint8Array<ArrayBufferLike>' is not assignable to type 'Uint8Array<ArrayBuffer>'.
|
run_helpers_tests
Process completed with exit code 2.
|
run_circuit_tests
Process completed with exit code 1.
|
run_helpers_tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
run_circuit_tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|