Skip to content

Merge branch 'release/v0.23.9' #444

Merge branch 'release/v0.23.9'

Merge branch 'release/v0.23.9' #444

Triggered via push August 25, 2024 18:44
Status Failure
Total duration 1m 1s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
build: src/common/schema/schema.spec.ts#L8
Type 'Type<string | undefined>' is not assignable to type 'Type<unknown>'.
build: src/common/schema/schema.spec.ts#L9
Type 'Type<string>' is not assignable to type 'Type<unknown>'.
build: src/common/schema/schema.spec.ts#L10
Type 'Type<number | undefined>' is not assignable to type 'Type<unknown>'.
build: src/common/schema/schema.spec.ts#L11
Type 'Type<{ [x: string]: {} | undefined; } | undefined>' is not assignable to type 'Type<unknown>'.
build: src/common/schema/schema.spec.ts#L12
Type 'Type<number>' is not assignable to type 'Type<unknown>'.
build: src/common/schema/schema.spec.ts#L68
Type 'Type<string | undefined>' is not assignable to type 'Type<unknown>'.
build: src/common/schema/schema.spec.ts#L71
Type 'Type<"demo">' is not assignable to type 'Type<unknown>'.
build: src/common/schema/schema.spec.ts#L72
Type 'Type<"one" | "two" | "three">' is not assignable to type 'Type<unknown>'.
build
Process completed with exit code 1.
build
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/