We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7f99a commit 0ea68dcCopy full SHA for 0ea68dc
1 file changed
.github/workflows/npm-publish.yml
@@ -34,5 +34,10 @@ jobs:
34
node-version: "20"
35
registry-url: "https://registry.npmjs.org/"
36
37
+ # Ensure npm 11.5.1 or later for trusted publishing
38
+ # https://github.com/orgs/community/discussions/173102#discussioncomment-14367428
39
+ - name: Update npm to latest
40
+ run: npm install -g npm@latest
41
+
42
- name: Publish to npm
43
run: cd dist && npm publish
0 commit comments