feat(courses): move course data fetching to server component #855
Annotations
5 errors and 3 warnings
|
lint
Process completed with exit code 1.
|
|
type-check
Process completed with exit code 2.
|
|
type-check:
src/components/courses/CourseHero.tsx#L2
Module '"@/lib/course-config"' declares 'CourseEntry' locally, but it is not exported.
|
|
type-check:
src/app/courses/components/CoursePageContent.tsx#L11
Module '"@/lib/course-config"' declares 'CourseEntry' locally, but it is not exported.
|
|
type-check:
src/app/courses/[courseId]/page.tsx#L5
Module '"@/lib/course-config"' declares 'CourseEntry' locally, but it is not exported.
|
|
validate
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
type-check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|