Skip to content

Commit 5495484

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npm-publish.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 publish
2323
env:
2424
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)