fix: add legacy-peer-deps flag to npm ci command in publish workflow

This commit is contained in:
2026-06-24 06:19:17 +02:00
parent 6595e8f4e0
commit f56077dba4
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
- name: Install dependencies
if: steps.version_check.outputs.changed == 'true'
run: npm ci
run: npm ci --legacy-peer-deps
- name: Publish
if: steps.version_check.outputs.changed == 'true'