Merge pull request #97 from boostcampwm-2024/feature/#21 #33
ci.yml
on: push
Frontend CI
21s
Backend CI
2m 32s
Annotations
5 warnings
Frontend CI
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
|
Frontend CI:
packages/frontend/src/App.tsx#L21
React Hook useEffect has a missing dependency: 'disconnectSocket'. Either include it or remove the dependency array
|
Frontend CI:
packages/frontend/src/hooks/useChatSocket.ts#L24
React Hook useEffect has a missing dependency: 'addChatEntry'. Either include it or remove the dependency array
|
Frontend CI:
packages/frontend/src/pages/lobbyPage/index.tsx#L21
React Hook useEffect has missing dependencies: 'connectSocket', 'password', 'socket', and 'userId'. Either include them or remove the dependency array
|
Backend CI
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
|