ci: npm ci에 --legacy-peer-deps 추가 (ESLint peer 충돌 해결)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
cache: 'npm'
|
||||
|
||||
- name: 의존성 설치
|
||||
run: npm ci
|
||||
run: npm ci --legacy-peer-deps
|
||||
|
||||
- name: 린트 검사
|
||||
run: npm run lint
|
||||
|
||||
Reference in New Issue
Block a user