Adam/final touches #1066
check-website.yml
on: pull_request
Website Build Check
42s
Annotations
8 warnings
|
Website Build 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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Website Build Check:
website/src/components/DeviceCarousel.tsx#L103
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
|
Website Build Check:
website/src/components/DeviceCarousel.tsx#L87
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
|
Website Build Check:
website/src/components/ConnectSection.tsx#L1
'Image' is defined but never used
|
|
Website Build Check:
website/src/components/BuiltInAppsSection.tsx#L11
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
|
Website Build Check:
website/src/app/playbooks/[id]/page.tsx#L20
'extractDevices' is defined but never used
|
|
Website Build Check:
website/src/app/layout.tsx#L2
'Inter' is defined but never used
|
|
Website Build Check:
website/src/app/dependencies/page.tsx#L31
React Hook useEffect has a missing dependency: 'fetchGitHubIssues'. Either include it or remove the dependency array
|