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