Skip to content

Commit 1ae1d82

Browse files
Neonox31jeremy-eychenne
authored andcommitted
ci(npm): use sudo to fix npm install errors
Related to actions/setup-node#1409 issue
1 parent a0e3925 commit 1ae1d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: ${{env.NODE_JS_VERSION}}
2525
cache: 'yarn'
2626
registry-url: 'https://registry.npmjs.org'
27-
- run: npm install -g npm@latest
27+
- run: sudo npm install -g npm@latest
2828
- uses: actions/cache@v3
2929
with:
3030
key: node_modules-${{ runner.os }}-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)