Skip to content

chore: Vite 빌드 에러 해결을 위해 Rollup에 SVG 파일 포함 #19

chore: Vite 빌드 에러 해결을 위해 Rollup에 SVG 파일 포함

chore: Vite 빌드 에러 해결을 위해 Rollup에 SVG 파일 포함 #19

Triggered via push November 19, 2024 06:31
Status Failure
Total duration 31s
Artifacts

ci.yml

on: push
Frontend CI
19s
Frontend CI
Backend CI
20s
Backend CI
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 5 warnings
Backend CI: packages/backend/gameserver/src/app.controller.ts#L1
Definition for rule 'react-hooks/exhaustive-deps' was not found
Backend CI: packages/backend/gameserver/src/app.module.ts#L1
Definition for rule 'react-hooks/exhaustive-deps' was not found
Backend CI: packages/backend/gameserver/src/app.service.ts#L1
Definition for rule 'react-hooks/exhaustive-deps' was not found
Backend CI: packages/backend/gameserver/src/auth/auth.controller.ts#L1
Definition for rule 'react-hooks/exhaustive-deps' was not found
Backend CI: packages/backend/gameserver/src/auth/auth.module.ts#L1
Definition for rule 'react-hooks/exhaustive-deps' was not found
Backend CI: packages/backend/gameserver/src/auth/auth.service.ts#L1
Definition for rule 'react-hooks/exhaustive-deps' was not found
Backend CI: packages/backend/gameserver/src/chat/chat.module.ts#L1
Definition for rule 'react-hooks/exhaustive-deps' was not found
Backend CI: packages/backend/gameserver/src/chat/chat.service.ts#L1
Definition for rule 'react-hooks/exhaustive-deps' was not found
Backend CI: packages/backend/gameserver/src/game/game.module.ts#L1
Definition for rule 'react-hooks/exhaustive-deps' was not found
Backend CI: packages/backend/gameserver/src/game/game.service.ts#L1
Definition for rule 'react-hooks/exhaustive-deps' was not found
Frontend CI
No overload matches this call.
Frontend CI
Process completed with exit code 2.
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/
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#L25
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