Skip to content

Commit ceb72eb

Browse files
committed
ci: Fix npm upgrade step before publishing package
1 parent 5e8e329 commit ceb72eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
registry-url: 'https://registry.npmjs.org'
2828
# Ensure npm 11.5.1 or later is installed
2929
- name: Update npm
30-
run: sudo npm install -g npm@latest
30+
run: npm install -g npm@latest
3131
- name: Publish to npm
3232
working-directory: ./web-client/dist
3333
run: npm publish

0 commit comments

Comments
 (0)