Skip to content

add education to timeline #26

add education to timeline

add education to timeline #26

Triggered via push October 3, 2024 00:28
Status Failure
Total duration 42s
Artifacts

deploy.yml

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

Annotations

2 errors and 1 warning
Build (20.x): src/pages/ResumeTimeline/index.tsx#L13
Type 'objectOutputType<{ institution: ZodOptional<ZodString>; url: ZodOptional<ZodString>; area: ZodOptional<ZodString>; ... 4 more ...; courses: ZodOptional<...>; }, ZodAny, "strip">' is not assignable to type '{ endDate?: any; url?: string | undefined; area?: string | undefined; startDate?: any; institution?: string | undefined; studyType?: string | undefined; score?: string | undefined; courses?: string[] | undefined; } & { ...; } & { ...; }'.
Build (20.x)
Process completed with exit code 2.
Build (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/