diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce924a6d..dc95abbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,6 +144,7 @@ jobs: override: true - name: npm audit run: npm audit + continue-on-error: true #- name: Security audit # uses: actions-rs/audit-check@v1 # with: