diff --git a/.github/workflows/main_ci.yml b/.github/workflows/main_ci.yml index 2e197b4e6..dcb5a369f 100644 --- a/.github/workflows/main_ci.yml +++ b/.github/workflows/main_ci.yml @@ -71,7 +71,7 @@ jobs: registry-url: https://registry.npmjs.org/ cache: 'npm' - run: npm ci - - run: npm run audit + - run: npm run audit -- -x 1097496 coverage: runs-on: ubuntu-latest steps: