Table improvements and various bug fixes #1669
Triggered via pull request
September 22, 2024 23:44
Status
Failure
Total duration
1m 23s
Artifacts
–
Annotations
8 errors and 2 warnings
build (20.x)
Property 'ownedByPlayer' is missing in type '{ _id: any; ownedByPlayerId: DBObjectId | null; ships: number; orbiting: DBObjectId; location: Location; name: string; waypoints: never[]; waypointsLooped: false; ... 5 more ...; toObject(): Carrier; }' but required in type 'Carrier'.
|
build (20.x)
Argument of type '{ _id: DBObjectId; ownedByPlayerId: DBObjectId | null; location: Location; }[]' is not assignable to parameter of type 'MapObject[]'.
|
build (20.x)
Property 'ownedByPlayer' is missing in type '{ _id: any; ownedByPlayerId: DBObjectId | null; orbiting: DBObjectId; name: string; ships: any; specialistId: any; specialistExpireTick: any; isGift: any; waypoints: never[]; ... 4 more ...; toObject(): Carrier; }' but required in type 'Carrier'.
|
build (20.x)
Property 'allowDiskUse' does not exist on type 'Query<T extends Document<any, any, any> ? LeanDocument<EnforceDocument<T, {}>>[] : T[], EnforceDocument<T, {}>, {}, T>'.
|
build (20.x)
Type '{ _id: DBObjectId; location: Location; ownedByPlayerId: DBObjectId | null; }[]' is not assignable to type 'MapObjectWithVisibility[]'.
|
build (20.x)
Type '{ _id: DBObjectId; location: Location; ownedByPlayerId: DBObjectId | null; isAlwaysVisible: boolean; }[]' is not assignable to type 'MapObjectWithVisibility[]'.
|
build (20.x)
Argument of type '{ _id: DBObjectId; location: Location; ownedByPlayerId: DBObjectId | null; }' is not assignable to parameter of type 'MapObjectWithVisibility'.
|
build (20.x)
Process completed with exit code 2.
|
build (20.x)
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/
|
build (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|