diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 6cd2a94..f057572 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -27,8 +27,8 @@ jobs: with: node-version: '20.9.0' - - name: Run npm audit - run: npm audit +# - name: Run npm audit +# run: npm audit - name: Download code coverage results uses: actions/download-artifact@v4