Skip to content

Commit 007573e

Browse files
committed
[#3604] fix 'rollup' dependency in CI
1 parent 22055bd commit 007573e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
with:
2424
node-version: 20
2525
- run: npm ci
26+
- name: Clean npm cache and reinstall
27+
run: |
28+
rm -rf node_modules package-lock.json
29+
npm install
2630
- run: npm run test:ci
2731
- run: npm run type-check
2832
- run: npm run build

0 commit comments

Comments
 (0)