Skip to content

chore(deps): update dependency @types/node to v20.14.14 - abandoned #691

chore(deps): update dependency @types/node to v20.14.14 - abandoned

chore(deps): update dependency @types/node to v20.14.14 - abandoned #691

Triggered via pull request March 15, 2024 09:13
Status Failure
Total duration 25s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/get-octokit.ts#L6
Argument of type '(octokit: Octokit) => { graphql: graphql & { paginate: (<ResponseType_1 extends object = any>(query: string, initialParameters?: Record<string, any> | undefined) => Promise<ResponseType_1>) & { ...; }; }; }' is not assignable to parameter of type 'OctokitPlugin'.
build: src/get-pr-data.ts#L55
Property 'paginate' does not exist on type 'graphql'.
build: src/get-team-data.ts#L37
Property 'paginate' does not exist on type 'graphql'.
build: src/get-team-data.ts#L42
Parameter 'e' implicitly has an 'any' type.
build: src/get-team-data.ts#L68
Binding element 'login' implicitly has an 'any' type.
build: src/main.ts#L50
Binding element 'state' implicitly has an 'any' type.
build: src/main.ts#L50
Binding element 'publishedAt' implicitly has an 'any' type.
build: src/main.ts#L50
Binding element 'commit' implicitly has an 'any' type.
build: src/main.ts#L98
Type 'Review[]' is not assignable to type '{ id: string; author: { login: string; } | null; }[]'.
build: src/main.ts#L157
Type 'Review[]' is not assignable to type '{ id: string; author: { login: string; } | null; }[]'.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.