Skip to content

Commit 62a77d0

Browse files
committed
add unsafe-perm as config instead of flag
1 parent a0ac3d1 commit 62a77d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ruby.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ jobs:
8989
with:
9090
persist-credentials: false
9191
- uses: actions/setup-node@v3
92-
- run: npm -g --unsafe-perm install yalc ${{ matrix.js_package_manager.installer }}
92+
- run: npm config set unsafe-perm true
93+
- run: npm -g install yalc ${{ matrix.js_package_manager.installer }}
9394
- run: yalc publish
9495
- name: Save root node_modules to cache
9596
uses: actions/cache@v3

0 commit comments

Comments
 (0)