Skip to content

Commit

Permalink
fix for global npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
Judahmeek committed Apr 12, 2024
1 parent 9ad6551 commit aa61f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
with:
persist-credentials: false
- uses: actions/setup-node@v3
- run: npm -g install yalc ${{ matrix.js_package_manager.installer }}
- run: npm -g --unsafe-perm install yalc ${{ matrix.js_package_manager.installer }}
- run: yalc publish
- name: Save root node_modules to cache
uses: actions/cache@v3
Expand Down

0 comments on commit aa61f16

Please sign in to comment.