Skip to content

Commit

Permalink
add unsafe-perm as config instead of flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Judahmeek committed Apr 12, 2024
1 parent a0ac3d1 commit 62a77d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ jobs:
with:
persist-credentials: false
- uses: actions/setup-node@v3
- run: npm -g --unsafe-perm install yalc ${{ matrix.js_package_manager.installer }}
- run: npm config set unsafe-perm true
- run: npm -g 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 62a77d0

Please sign in to comment.