diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3bb1ba..cbdc92a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: cache: npm cache-dependency-path: package-lock.json - name: Install node modules - run: npm install + run: npm ci --no-audit --no-fund --progress=false - name: Presubmit check (e.g. lint, format) # do not run this on Windows (it fails and not necessary) if: contains(matrix.os.name, 'macos')