Skip to content

fix(deps): update dependency envey to v2 #18

fix(deps): update dependency envey to v2

fix(deps): update dependency envey to v2 #18

Triggered via pull request September 4, 2023 04:44
Status Failure
Total duration 33s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Check: src/config.ts#L84
Type 'FailureResult<EnveyValidationError> | SuccessResult<Readonly<{ commitSha: string; nodeEnv: "production" | "test" | "development"; logLevel: "error" | "fatal" | "warn" | "info" | "debug" | "trace" | "silent"; projectName: string; host: string; port: number; logRequests: boolean; publicHost: string; databaseUrl: string; jwtSecret: string; githubLoginPath: string; githubClientId: string; githubClientSecret: string; }>>' is not assignable to type 'Readonly<{ commitSha: string; nodeEnv: "production" | "test" | "development"; logLevel: "error" | "fatal" | "warn" | "info" | "debug" | "trace" | "silent"; projectName: string; host: string; port: number; logRequests: boolean; publicHost: string; databaseUrl: string; jwtSecret: string; githubLoginPath: string; githubClientId: string; githubClientSecret: string; }>'.
Check
Process completed with exit code 2.