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