fix(deps): update octokit monorepo (major) #514
Annotations
4 errors
test:
src/application/release-event-handler.ts#L38
Argument of type '{ action: "published"; installation?: { id: number; node_id: string; }; organization?: { login: string; id: number; node_id: string; url: string; repos_url: string; events_url: string; hooks_url: string; ... 4 more ...; description: string; }; release: { ...; }; repository: { ...; }; sender?: { ...; }; } & { ...; }' is not assignable to parameter of type 'ReleasePublishedEvent'.
|
test
Process completed with exit code 2.
|
e2e:
src/application/release-event-handler.ts#L38
Argument of type '*** action: "published"; installation?: *** id: number; node_id: string; ***; organization?: *** login: string; id: number; node_id: string; url: string; repos_url: string; events_url: string; hooks_url: string; ... 4 more ...; description: string; ***; release: *** ...; ***; repository: *** ...; ***; sender?: *** ...; ***; *** & *** ...; ***' is not assignable to parameter of type 'ReleasePublishedEvent'.
|
e2e
Process completed with exit code 2.
|