Skip to content

leaderboard

leaderboard #674

Triggered via push October 11, 2024 17:57
Status Failure
Total duration 37s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
build (20): app/(pre-dashboard)/leaderboard/page.tsx#L45
Property 'place' is missing in type '{ id: string; points: number; }' but required in type 'LeaderboardEntry'.
build (20): app/(pre-dashboard)/leaderboard/page.tsx#L46
Property 'place' is missing in type '{ id: string; points: number; }' but required in type 'LeaderboardEntry'.
build (20): app/(pre-dashboard)/leaderboard/page.tsx#L47
Property 'place' is missing in type '{ id: string; points: number; }' but required in type 'LeaderboardEntry'.
build (20): app/(pre-dashboard)/leaderboard/page.tsx#L48
Property 'place' is missing in type '{ id: string; points: number; }' but required in type 'LeaderboardEntry'.
build (20): app/lib/data.ts#L123
'error' is of type 'unknown'.
build (20)
Process completed with exit code 2.
build (20)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/