We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295fc8b commit 009d33dCopy full SHA for 009d33d
.github/workflows/publish-npm-simulation.yml
@@ -30,7 +30,7 @@ jobs:
30
31
# Ensure npm 11.5.1 or later for trusted publishing
32
- name: Install latest npm
33
- run: npm install -g npm@latest
+ run: sudo npm install -g npm@latest
34
35
- name: Publish (dry-run)
36
working-directory: ./pkg
.github/workflows/publish-npm.yml
@@ -33,7 +33,7 @@ jobs:
37
38
- name: Publish
39
0 commit comments