fix: Buffer and Uint8Array type issues in input-generators.ts #286
Annotations
3 errors and 1 warning
Run build
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 build
Type 'Uint8Array<ArrayBufferLike>' is not assignable to type 'Uint8Array<ArrayBuffer>'.
|
Run build
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading