Skip to content

Commit 06c0455

Browse files
author
niuweili
committed
fix: npm install
1 parent a70759f commit 06c0455

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prod-upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
with:
1818
node-version: 18
1919
registry-url: https://registry.npmjs.org/
20-
- run: npm cache clean --force
21-
- run: npm ci
20+
- run: rm -rf node_modules package-lock.json
21+
- run: npm install --no-cache
2222
- run: npm run upload
2323
env:
2424
CDN_ACCESS_KEY: ${{ secrets.CDN_ACCESS_KEY }}

0 commit comments

Comments
 (0)