We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2df3bd commit 2a26a8fCopy full SHA for 2a26a8f
.github/workflows/ci.yml
@@ -44,8 +44,7 @@ jobs:
44
cache-dependency-path: package-lock.json
45
- name: Clean up
46
run: |
47
- rm -rf node_modules package-lock.json
48
- npm cache clean --force
+ Remove-Item -Recurse -Force node_modules, package-lock.json -ErrorAction SilentlyContinue; npm cache clean --force
49
- name: Install node modules
50
run: npm ci --no-audit --no-fund --progress=false
51
- name: Presubmit check (e.g. lint, format)
0 commit comments