refactor: cache for check contributors on github each hour #37
Annotations
5 errors and 1 warning
Run npm run tsc:
components/contributors/contributors.test.tsx#L11
Parameter 'Component' implicitly has an 'any' type.
|
Run npm run tsc:
components/contributors/contributors.test.tsx#L11
Parameter 'props' implicitly has an 'any' type.
|
Run npm run tsc:
components/contributors/contributors.test.tsx#L17
Type 'Mock<Promise<{ ok: true; json: () => Promise<{ id: number; login: string; avatar_url: string; html_url: string; contributions: number; }[]>; }>, [], any>' is not assignable to type '{ (input: URL | RequestInfo, init?: RequestInit | undefined): Promise<Response>; (input: string | URL | Request, init?: RequestInit | undefined): Promise<...>; }'.
|
Run npm run tsc:
services/github/get-contributors.test.ts#L15
Type 'Mock<Promise<{ ok: true; json: () => Promise<{ id: number; login: string; avatar_url: string; html_url: string; contributions: number; }[]>; }>, [], any>' is not assignable to type '{ (input: URL | RequestInfo, init?: RequestInit | undefined): Promise<Response>; (input: string | URL | Request, init?: RequestInit | undefined): Promise<...>; }'.
|
Run npm run tsc
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading