Bump octokit from 1.7.1 to 3.1.2 #39
Annotations
3 errors and 1 warning
check-dist:
src/utils/github.ts#L85
Argument of type '{ output: { title: string; summary: string; annotations: Annotations[]; }; conclusion?: string | undefined; name: string; head_sha: string; status: string; owner: string; repo: string; }' is not assignable to parameter of type 'RequestParameters & { owner: string; repo: string; name: string; head_sha: string; details_url?: string | undefined; external_id?: string | undefined; status?: "completed" | "queued" | "in_progress" | undefined; ... 4 more ...; actions?: { ...; }[] | undefined; }'.
|
check-dist:
src/utils/github.ts#L90
Argument of type '{ check_run_id: any; output: { title: string; summary: string; annotations: Annotations[]; }; conclusion?: string | undefined; name: string; head_sha: string; status: string; owner: string; repo: string; }' is not assignable to parameter of type '(RequestParameters & ({ [x: string]: unknown; owner: string; repo: string; check_run_id: number; name?: string | undefined; details_url?: string | undefined; external_id?: string | undefined; ... 5 more ...; actions?: { ...; }[] | undefined; } | { ...; })) | undefined'.
|
check-dist
Process completed with exit code 2.
|
check-dist
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|