Skip to content

fix: lockfine and dependence mismatch #32

fix: lockfine and dependence mismatch

fix: lockfine and dependence mismatch #32

Triggered via push August 22, 2024 01:32
Status Success
Total duration 1m 3s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
format
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint: apps/nextjs/src/app/(home)/guides/action-guides/_components/GuideCard.tsx#L25
The 'actionGuides' array makes the dependencies of useMemo Hook (at line 65) change on every render. To fix this, wrap the initialization of 'actionGuides' in its own useMemo() Hook
lint: apps/nextjs/src/app/(home)/guides/action-guides/_components/GuideCard.tsx#L52
React Hook useMemo has a missing dependency: 'actionGuides'. Either include it or remove the dependency array
typecheck
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/