We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4947621 commit 77f1deeCopy full SHA for 77f1dee
2 files changed
.github/workflows/test-upload.yml
@@ -17,7 +17,8 @@ jobs:
17
with:
18
node-version: 18
19
registry-url: https://registry.npmjs.org/
20
- - run: npm ci || (echo "npm ci failed, trying npm install" && rm -rf node_modules package-lock.json && npm install)
+ - run: npm cache clean --force
21
+ - run: npm ci
22
- run: npm run upload
23
env:
24
CDN_ACCESS_KEY: ${{ secrets.CDN_ACCESS_KEY }}
0 commit comments