use npm ci (#383)

This commit is contained in:
Will Chen
2025-06-10 14:59:36 -07:00
committed by GitHub
parent cabfca2599
commit d7f7f15afd

View File

@@ -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')