Skip to content

Commit 7f19503

Browse files
committed
unsafe-perm is obsolete. trying sudo
1 parent 62a77d0 commit 7f19503

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ruby.yml

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

0 commit comments

Comments
 (0)