Skip to content

Add release workflow #1

Add release workflow

Add release workflow #1

Triggered via push July 6, 2024 19:22
Status Failure
Total duration 16s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/generation.ts#L22
Type 'ReadableStream<Uint8Array>' is not assignable to type 'string | ArrayBuffer | undefined'.
build: src/generation.ts#L24
Type 'BodyInit' is not assignable to type 'string | ArrayBuffer | undefined'.
build: src/generation.ts#L28
Type '{ append(name: string, value: string): void; delete(name: string): void; get(name: string): string | null; has(name: string): boolean; set(name: string, value: string): void; forEach(callbackfn: (value: string, key: string, parent: Headers) => void, thisArg?: any): void; }' is not assignable to type 'Record<string, string>'.
build: src/generation.ts#L30
Type '{ append(name: string, value: string): void; delete(name: string): void; get(name: string): string | null; has(name: string): boolean; set(name: string, value: string): void; forEach(callbackfn: (value: string, key: string, parent: Headers) => void, thisArg?: any): void; } | { ...; } | { ...; }' is not assignable to type 'Record<string, string> | undefined'.
build: src/generation.ts#L81
No overload matches this call.
build: src/imgtags.ts#L18
Property 'indices' does not exist on type 'RegExpMatchArray'.
build: src/imgtags.ts#L19
Property 'indices' does not exist on type 'RegExpMatchArray'.
build: src/imgtags.ts#L20
Property 'indices' does not exist on type 'RegExpMatchArray'.
build: src/imgtags.ts#L21
Property 'indices' does not exist on type 'RegExpMatchArray'.
build
Process completed with exit code 2.
build
The following actions uses Node.js version which is deprecated 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/