Skip to content

Commit 648162d

Browse files
chore: update NPM installation command to use sudo
1 parent 7fd0ec5 commit 648162d

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
@@ -22,7 +22,7 @@ jobs:
2222
check-latest: true
2323
registry-url: 'https://registry.npmjs.org'
2424
- name: Update NPM
25-
run: npm install -g npm@latest
25+
run: sudo npm install -g npm@latest
2626
- name: Install
2727
run: npm install
2828
- name: Coverage

0 commit comments

Comments
 (0)