We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a77d0 commit 7f19503Copy full SHA for 7f19503
.github/workflows/ruby.yml
@@ -89,8 +89,7 @@ jobs:
89
with:
90
persist-credentials: false
91
- uses: actions/setup-node@v3
92
- - run: npm config set unsafe-perm true
93
- - run: npm -g install yalc ${{ matrix.js_package_manager.installer }}
+ - run: sudo npm -g install yalc ${{ matrix.js_package_manager.installer }}
94
- run: yalc publish
95
- name: Save root node_modules to cache
96
uses: actions/cache@v3
0 commit comments