Skip to content

Commit 4cbc158

Browse files
committed
feat: debug ci
1 parent fa7b7a4 commit 4cbc158

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
node-version: '20' # or the version you require
2020
cache: 'npm'
2121

22+
- name: Clean npm cache
23+
run: npm cache clean --force
24+
2225
- name: Install dependencies
2326
run: npm ci
2427

0 commit comments

Comments
 (0)