Skip to content

Commit 4c591b5

Browse files
committed
Run npm i -g with sudo
1 parent 06bd5d3 commit 4c591b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
registry-url: 'https://registry.npmjs.org'
3131

32-
- run: npm i -g npm@latest
32+
- run: sudo npm i -g npm@latest
3333

3434
- name: Generate unique version from git
3535
id: version

0 commit comments

Comments
 (0)