Skip to content

Commit 2135933

Browse files
cache clean
1 parent 7bf0d03 commit 2135933

File tree

2 files changed

+3868
-2970
lines changed

2 files changed

+3868
-2970
lines changed

.github/workflows/sharded-vitest.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ jobs:
2424
with:
2525
node-version: "20"
2626

27-
- name: Install dependencies
28-
run: npm ci
27+
- name: Clear npm cache and install dependencies
28+
run: |
29+
npm cache clean --force
30+
rm -rf node_modules package-lock.json
31+
npm install
2932
3033
- name: Run Vitest Tests (Shard ${{ matrix.shard }}/${{ matrix.total-shards }})
3134
working-directory: ./packages/vitest-sharded

0 commit comments

Comments
 (0)