Skip to content

Commit 0e09c3f

Browse files
authored
fix: install libs
1 parent f9a4595 commit 0e09c3f

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
@@ -20,7 +20,7 @@ jobs:
2020
- run: git config --global user.name "GitHub CD bot"
2121
- run: git config --global user.email "[email protected]"
2222
- name: Install deps
23-
run: npm i
23+
run: npm i --force
2424
- name: Compile code
2525
run: npm run build
2626
- name: publish package

0 commit comments

Comments
 (0)