Skip to content

Commit 345ea37

Browse files
committed
fix(release): run npm update command with sudo in release workflow
1 parent 16a9200 commit 345ea37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: pnpm/action-setup@v4
2626

2727
- name: Update npm to latest
28-
run: npm install -g npm@latest
28+
run: sudo npm install -g npm@latest
2929

3030
- name: Setup Node.js
3131
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)