Skip to content

refresh package jsons #95

refresh package jsons

refresh package jsons #95

Triggered via push October 16, 2023 16:57
Status Failure
Total duration 1m 21s
Artifacts

beta-release.yml

on: push
Matrix: build_and_test / build
build_and_test  /  collect_coverage_reports
0s
build_and_test / collect_coverage_reports
lint  /  ESLint
lint / ESLint
publish  /  publish_npm
publish / publish_npm
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build_and_test / build (20): src/main.ts#L31
Argument of type 'FastifyMultipartPlugin' is not assignable to parameter of type 'FastifyPluginCallback<FastifyPluginOptions, RawServerBase, FastifyTypeProvider, FastifyBaseLogger> | FastifyPluginAsync<...> | Promise<...> | Promise<...>'.
build_and_test / build (20): src/main.ts#L37
Argument of type 'FastifyHelmet' is not assignable to parameter of type 'FastifyPluginCallback<FastifyPluginOptions, RawServerBase, FastifyTypeProvider, FastifyBaseLogger> | FastifyPluginAsync<...> | Promise<...> | Promise<...>'.
build_and_test / build (20): src/main.ts#L80
Argument of type '(req: FastifyRequest, res: FastifyReply) => Promise<void>' is not assignable to parameter of type 'RequestHandler<FastifyRequest<RouteGenericInterface, RawServerDefault, IncomingMessage, FastifySchema, FastifyTypeProviderDefault, unknown, FastifyBaseLogger, ResolveFastifyRequestType<...>>, FastifyReply<...>>'.
build_and_test / build (20): src/main.ts#L138
The inferred type of 'app' cannot be named without a reference to '@nestjs/platform-fastify/node_modules/fastify'. This is likely not portable. A type annotation is necessary.
build_and_test / build (20)
Process completed with exit code 1.
build_and_test / build (18): src/main.ts#L31
Argument of type 'FastifyMultipartPlugin' is not assignable to parameter of type 'FastifyPluginCallback<FastifyPluginOptions, RawServerBase, FastifyTypeProvider, FastifyBaseLogger> | FastifyPluginAsync<...> | Promise<...> | Promise<...>'.
build_and_test / build (18): src/main.ts#L37
Argument of type 'FastifyHelmet' is not assignable to parameter of type 'FastifyPluginCallback<FastifyPluginOptions, RawServerBase, FastifyTypeProvider, FastifyBaseLogger> | FastifyPluginAsync<...> | Promise<...> | Promise<...>'.
build_and_test / build (18): src/main.ts#L80
Argument of type '(req: FastifyRequest, res: FastifyReply) => Promise<void>' is not assignable to parameter of type 'RequestHandler<FastifyRequest<RouteGenericInterface, RawServerDefault, IncomingMessage, FastifySchema, FastifyTypeProviderDefault, unknown, FastifyBaseLogger, ResolveFastifyRequestType<...>>, FastifyReply<...>>'.
build_and_test / build (18): src/main.ts#L138
The inferred type of 'app' cannot be named without a reference to '@nestjs/platform-fastify/node_modules/fastify'. This is likely not portable. A type annotation is necessary.
build_and_test / build (18)
Process completed with exit code 1.