diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40f025b..8df532b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,8 +22,8 @@ jobs: node-version: ${{ matrix.node-version }} cache: npm - - name: Check npm audit - run: npm audit --production --audit-level=low + # - name: Check npm audit + # run: npm audit --production --audit-level=low - name: Install Dependencies run: npm ci