Skip to content

Make root config required in types #3990

Make root config required in types

Make root config required in types #3990

Triggered via pull request January 30, 2025 00:13
Status Failure
Total duration 3m 11s
Artifacts

ci.yml

on: pull_request
Matrix: ci
Fit to window
Zoom out
Zoom in

Annotations

7 errors
ci (22.x)
Type '{ port: number; key: string; cert: string[]; }' is not assignable to type 'MaybeMultiple<BaseListenerConfig & CustomHttpsSettings & Omit<SecureContextOptions, keyof CustomHttpsSettings | "secureProtocol" | "secureOptions"> & { ...; }> | undefined'.
ci (22.x)
Type '{ port: number; key: string; cert: string[]; allowHTTP1: true; }' is not assignable to type 'MaybeMultiple<BaseListenerConfig & CustomHttpsSettings & Omit<SecureServerOptions<typeof IncomingMessage, typeof ServerResponse, typeof Http2ServerRequest, typeof Http2ServerResponse>, keyof CustomHttpsSettings | ... 1 more ... | "secureOptions"> & { ...; }> | undefined'.
ci (22.x)
Process completed with exit code 1.
ci (20.x)
The job was canceled because "_22_x" failed.
ci (20.x)
Type '{ port: number; key: string; cert: string[]; }' is not assignable to type 'MaybeMultiple<BaseListenerConfig & CustomHttpsSettings & Omit<SecureContextOptions, keyof CustomHttpsSettings | "secureProtocol" | "secureOptions"> & { ...; }> | undefined'.
ci (20.x)
Type '{ port: number; key: string; cert: string[]; allowHTTP1: true; }' is not assignable to type 'MaybeMultiple<BaseListenerConfig & CustomHttpsSettings & Omit<SecureServerOptions<typeof IncomingMessage, typeof ServerResponse, typeof Http2ServerRequest, typeof Http2ServerResponse>, keyof CustomHttpsSettings | ... 1 more ... | "secureOptions"> & { ...; }> | undefined'.
ci (20.x)
The operation was canceled.