We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b54636 commit c785480Copy full SHA for c785480
1 file changed
.github/workflows/release.yml
@@ -22,6 +22,9 @@ jobs:
22
- name: Install dependencies
23
run: npm install
24
25
+ - name: Install latest npm
26
+ run: npm install -g npm@latest
27
+
28
- name: Publish to npm
29
env:
30
NODE_AUTH_TOKEN: ${{ secrets.NPM_SECRET }}
0 commit comments