add education to timeline #31
Annotations
2 errors and 1 warning
Install, Build, Test (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; } & { ...; } & { ...; }'.
|
Install, Build, Test (20.x)
Process completed with exit code 2.
|
Install, Build, Test (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/
|