ci: npm ci에 --legacy-peer-deps 추가 (ESLint peer 충돌 해결)
Some checks failed
Client CI/CD / test (push) Failing after 15s
Client CI/CD / deploy (push) Has been skipped

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-15 23:41:39 +09:00
parent 285e3ae4bd
commit 790e6e4c7f

View File

@@ -19,7 +19,7 @@ jobs:
cache: 'npm'
- name: 의존성 설치
run: npm ci
run: npm ci --legacy-peer-deps
- name: 린트 검사
run: npm run lint