Skip to content

Commit 7becf6c

Browse files
fix index.js
1 parent 849d474 commit 7becf6c

File tree

3 files changed

+5199
-3489
lines changed

3 files changed

+5199
-3489
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
echo "No npm debug log found."
4747
fi
4848
49+
- name: Clean npm cache
50+
run: npm cache clean --force
51+
- name: Install dependencies
52+
run: npm ci
53+
4954
semantic-release:
5055
runs-on: ubuntu-latest
5156
needs: build

0 commit comments

Comments
 (0)