Skip to content

Commit a70759f

Browse files
authored
Merge pull request #51 from flashcatcloud/f-dingtalk-alert
fix: npm install
2 parents ce082b3 + 8f4bec7 commit a70759f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-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)