diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index a1e0373..f9626e2 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -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'