Skip to content
Triggered via push December 4, 2024 20:08
Status Failure
Total duration 39s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
deploy
Type 'ZodObject<{ id: ZodString; username: ZodString; email: ZodString; emailVerified: ZodBoolean; avatarKey: ZodNullable<ZodString>; ... 5 more ...; isAdmin: ZodBoolean; }, "strip", ZodTypeAny, { ...; }, { ...; }>' does not satisfy the expected type 'ZodType<User, ZodTypeDef, User>'.
deploy
Type 'Promise<PagingObject<{ id: string; username: string; email: string; emailVerified: boolean; avatarKey: string | null; createdAt: number; role: string; score: number; level: number; currency: number; isAdmin: boolean; }>>' is not assignable to type 'Promise<PagingObject<User>>'.
deploy
'multer' is declared but its value is never read.
deploy
'deleteUserAvatar' is declared but its value is never read.
deploy
Cannot find module 'formdata-node' or its corresponding type declarations.
deploy
Type 'Promise<PagingObject<{ id: string; username: string; email: string; emailVerified: boolean; avatarKey: string | null; createdAt: number; role: string; score: number; level: number; currency: number; isAdmin: boolean; }>>' is not assignable to type 'Promise<PagingObject<User>>'.
deploy
'multer' is declared but its value is never read.
deploy
'deleteUserAvatar' is declared but its value is never read.
deploy
Cannot find module 'formdata-node' or its corresponding type declarations.
deploy
Process completed with exit code 1.
deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636