fix: add missing ssl models #304
Annotations
6 errors and 1 warning
Run pnpm run -r build
Type '"allow" | "disable" | "no-verify" | "prefer" | "require" | "verify-ca" | "verify-full"' is not assignable to type '"disable" | "no-verify" | "require" | undefined'.
|
Run pnpm run -r build
Type 'boolean' is not assignable to type '{ ca?: string | undefined; cert?: string | undefined; key?: string | undefined; rejectUnauthorized: boolean; }'.
|
Run pnpm run -r build
Type '"prefer"' is not comparable to type '"disable" | "no-verify" | "require" | undefined'.
|
Run pnpm run -r build
Type '"verify-ca"' is not comparable to type '"disable" | "no-verify" | "require" | undefined'.
|
Run pnpm run -r build
Type '"verify-full"' is not comparable to type '"disable" | "no-verify" | "require" | undefined'.
|
Run pnpm run -r 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