ci: use --legacy-peer-deps for npm ci

Required because eslint@^10 and the older @typescript-eslint/eslint-plugin@5
peer dep don't intersect cleanly.
This commit is contained in:
hyungyunlim 2026-05-13 08:41:08 +09:00
parent 11586f5491
commit e9612bd93c

View file

@ -31,7 +31,7 @@ jobs:
cache: "npm"
- name: Install dependencies
run: npm ci
run: npm ci --legacy-peer-deps
- name: Build plugin
run: npm run build