diff --git a/.github/workflows/update_json.yml b/.github/workflows/update_json.yml index aff33da7..704a752c 100644 --- a/.github/workflows/update_json.yml +++ b/.github/workflows/update_json.yml @@ -57,7 +57,7 @@ jobs: - name: Install dependencies run: npm ci - name: Audit dependencies - run: npm audit + run: npm audit || true - name: Fix dependencies vulnerabilities run: npm audit fix - name: Create or update pull request