From d7f7f15afd82e9e6b1f41adcfc9a2a798196669d Mon Sep 17 00:00:00 2001 From: Will Chen Date: Tue, 10 Jun 2025 14:59:36 -0700 Subject: [PATCH] use npm ci (#383) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')