Skip to content

Update QuoteOfTheDay.tsx #813

Update QuoteOfTheDay.tsx

Update QuoteOfTheDay.tsx #813

Triggered via push October 31, 2023 17:20
Status Failure
Total duration 2m 31s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Test
Type '{ shipName: string; shipTemplate: { pluginId: string; shipId: string; }; crewCount: number; startingPoint: { pluginId: string; type: string; solarSystemId: string; objectId: string; }; }' is not assignable to type '{ crewCount: number; shipName: string; shipTemplate: { pluginId: string; shipId: string; }; theme?: { pluginId: string; themeId: string; } | undefined; stationComplement?: { pluginId: string; stationId: string; } | undefined; }'.
Test
Type '{ shipName: string; shipTemplate: { pluginId: string; shipId: string; }; crewCount: number; startingPoint: { pluginId: string; type: string; solarSystemId: string; objectId: string; }; }' is not assignable to type '{ crewCount: number; shipName: string; shipTemplate: { pluginId: string; shipId: string; }; theme?: { pluginId: string; themeId: string; } | undefined; stationComplement?: { pluginId: string; stationId: string; } | undefined; }'.
Test
Process completed with exit code 1.
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/