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 80a0cbc commit a212c50Copy full SHA for a212c50
.github/workflows/npm-publish.yml
@@ -31,4 +31,6 @@ jobs:
31
with:
32
node-version: 20
33
registry-url: https://registry.npmjs.org/
34
+ - name: Update npm
35
+ run: npm install -g npm@latest
36
- run: npm publish
0 commit comments