Skip to content

Commit fd4624b

Browse files
committed
update npm global installation of yalc
1 parent b1a0745 commit fd4624b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
persist-credentials: false
9191
- uses: actions/setup-node@v3
92-
- run: npm -g install yalc ${{ matrix.js_package_manager.installer }}
92+
- run: sudo npm -g install yalc ${{ matrix.js_package_manager.installer }}
9393
- run: yalc publish
9494
- name: Save root node_modules to cache
9595
uses: actions/cache@v3

0 commit comments

Comments
 (0)