Skip to content

refactor: Remove all the unused components and replace yarn with npm #196

refactor: Remove all the unused components and replace yarn with npm

refactor: Remove all the unused components and replace yarn with npm #196

Triggered via push August 29, 2024 22:47
Status Failure
Total duration 45s
Artifacts

nodejs.yml

on: push
sonarcloud
36s
sonarcloud
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
build (20.x)
Process completed with exit code 1.
build (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
sonarcloud
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
sonarcloud
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
sonarcloud: src/components/movies/load-more.tsx#L34
React Hook useEffect has a missing dependency: 'fetchAction'. Either include it or remove the dependency array. If 'fetchAction' changes too often, find the parent component that defines it and wrap that definition in useCallback