We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce082b3 + 8f4bec7 commit a70759fCopy full SHA for a70759f
1 file changed
.github/workflows/test-upload.yml
@@ -17,8 +17,8 @@ jobs:
17
with:
18
node-version: 18
19
registry-url: https://registry.npmjs.org/
20
- - run: npm cache clean --force
21
- - run: npm ci
+ - run: rm -rf node_modules package-lock.json
+ - run: npm install --no-cache
22
- run: npm run upload
23
env:
24
CDN_ACCESS_KEY: ${{ secrets.CDN_ACCESS_KEY }}
0 commit comments