Skip to content

Commit

Permalink
fix: workflow could not install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Feb 11, 2025
1 parent 6de275c commit 5ae79a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: git config --global user.name "GitHub CD bot"
- run: git config --global user.email "[email protected]"
- name: Install deps
run: npm i
run: npm i -f
- name: Compile code
run: npm run compile
- name: publish package
Expand Down

0 comments on commit 5ae79a9

Please sign in to comment.