Skip to content

Commit

Permalink
Use --global instead of -g in npm install - Apply suggestions f…
Browse files Browse the repository at this point in the history
…rom code review

Co-authored-by: kirkrodrigues <[email protected]>
  • Loading branch information
junhaoliao and kirkrodrigues authored Dec 27, 2024
1 parent 5c41d16 commit 7713b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
submodules: "recursive"

- name: "Install task"
run: "npm install -g @go-task/cli"
run: "npm install --global @go-task/cli"

- name: "Run package task"
run: "task package"
Expand Down

0 comments on commit 7713b9f

Please sign in to comment.