Skip to content

Commit 3729595

Browse files
updated workflow
1 parent a89f0f5 commit 3729595

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ jobs:
2727
cache: 'npm'
2828

2929
- name: Run clean install
30-
run: npm ci
30+
run: |
31+
npm cache clean --force
32+
npm cache verify
33+
npm install
3134
3235
- name: Run build
3336
run: npm run build --if-present

0 commit comments

Comments
 (0)