Skip to content

docs: change default frontend name #44

docs: change default frontend name

docs: change default frontend name #44

Triggered via push August 31, 2026 08:38
Status Failure
Total duration 19s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
ci
Process completed with exit code 1.
ci: apps/cli/src/cli.ts#L18
Unsafe argument of type error typed assigned to a parameter of type `{ NODE_ENV: "development" | "production" | "test"; isDevelopment: boolean; logLevel: "debug" | "trace" | "info" | "warn" | "error" | "fatal"; name: string | undefined; }`
ci: apps/cli/src/cli.ts#L12
Unsafe member access .logLevel on a type that cannot be resolved
ci: apps/cli/src/cli.ts#L12
Unsafe assignment of an error typed value
ci: apps/cli/src/cli.ts#L12
Unsafe member access .NODE_ENV on a type that cannot be resolved
ci: apps/cli/src/cli.ts#L12
Unsafe argument of type error typed assigned to a parameter of type `"development" | "production" | "test" | undefined`
ci: apps/cli/src/cli.ts#L9
Unsafe call of a type that could not be resolved
ci: apps/cli/src/cli.ts#L9
Unsafe assignment of an error typed value
ci
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/