Skip to content

Commit a023b37

Browse files
committed
fix(publish-npm): install latest npm with sudo
1 parent 72606b6 commit a023b37

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
@@ -30,7 +30,7 @@ jobs:
3030

3131
# Ensure npm 11.5.1 or later for trusted publishing
3232
- name: Install latest npm
33-
run: npm install -g npm@latest
33+
run: sudo npm install -g npm@latest
3434

3535
#- name: Publish
3636
# working-directory: ./pkg

0 commit comments

Comments
 (0)