Skip to content

fix: ensure undefined values are removed in cleanup #2595

fix: ensure undefined values are removed in cleanup

fix: ensure undefined values are removed in cleanup #2595

Triggered via push October 23, 2024 05:23
Status Failure
Total duration 28s
Artifacts

build-server.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build (20.18.0): src/lib/parser/Deck.test.ts#L5
Argument of type 'undefined' is not assignable to parameter of type '(Note | undefined)[]'.
build (20.18.0): src/lib/parser/Deck.test.ts#L10
Argument of type 'null' is not assignable to parameter of type 'Settings'.
build (20.18.0): src/lib/parser/DeckParser.test.ts#L29
Object is possibly 'undefined'.
build (20.18.0): src/lib/parser/DeckParser.test.ts#L32
Object is possibly 'undefined'.
build (20.18.0): src/lib/parser/DeckParser.test.ts#L35
Object is possibly 'undefined'.
build (20.18.0): src/lib/parser/DeckParser.test.ts#L38
Object is possibly 'undefined'.
build (20.18.0): src/lib/parser/DeckParser.test.ts#L41
Object is possibly 'undefined'.
build (20.18.0): src/lib/parser/DeckParser.test.ts#L44
Object is possibly 'undefined'.
build (20.18.0): src/lib/parser/DeckParser.test.ts#L54
Object is possibly 'undefined'.
build (20.18.0): src/lib/parser/DeckParser.test.ts#L77
Object is possibly 'undefined'.
build (20.18.0)
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/