Skip to content

Commit 5ae79a9

Browse files
authored
fix: workflow could not install deps
1 parent 6de275c commit 5ae79a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: git config --global user.name "GitHub CD bot"
2020
- run: git config --global user.email "[email protected]"
2121
- name: Install deps
22-
run: npm i
22+
run: npm i -f
2323
- name: Compile code
2424
run: npm run compile
2525
- name: publish package

0 commit comments

Comments
 (0)