mirror of
https://github.com/hyungyunlim/obsidian-naver-blog-importer.git
synced 2026-07-22 06:45:11 +00:00
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:
parent
11586f5491
commit
e9612bd93c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue