Merge branch 'release/v0.23.9' #444
Annotations
9 errors and 1 warning
src/common/schema/schema.spec.ts#L8
Type 'Type<string | undefined>' is not assignable to type 'Type<unknown>'.
|
src/common/schema/schema.spec.ts#L9
Type 'Type<string>' is not assignable to type 'Type<unknown>'.
|
src/common/schema/schema.spec.ts#L10
Type 'Type<number | undefined>' is not assignable to type 'Type<unknown>'.
|
src/common/schema/schema.spec.ts#L11
Type 'Type<{ [x: string]: {} | undefined; } | undefined>' is not assignable to type 'Type<unknown>'.
|
src/common/schema/schema.spec.ts#L12
Type 'Type<number>' is not assignable to type 'Type<unknown>'.
|
src/common/schema/schema.spec.ts#L68
Type 'Type<string | undefined>' is not assignable to type 'Type<unknown>'.
|
src/common/schema/schema.spec.ts#L71
Type 'Type<"demo">' is not assignable to type 'Type<unknown>'.
|
src/common/schema/schema.spec.ts#L72
Type 'Type<"one" | "two" | "three">' is not assignable to type 'Type<unknown>'.
|
|
The following actions use a deprecated Node.js version 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/
|
This job failed
Loading