Skip to content

Commit

Permalink
fix: install libs
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Feb 10, 2024
1 parent f9a4595 commit 0e09c3f
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 @@ -20,7 +20,7 @@ jobs:
- run: git config --global user.name "GitHub CD bot"
- run: git config --global user.email "github-cd-bot@example.com"
- name: Install deps
run: npm i
run: npm i --force
- name: Compile code
run: npm run build
- name: publish package
Expand Down

0 comments on commit 0e09c3f

Please sign in to comment.