We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7bf1b5 commit e7aa532Copy full SHA for e7aa532
.github/workflows/publish.yaml
@@ -144,6 +144,9 @@ jobs:
144
node-version-file: '.nvmrc'
145
registry-url: 'https://registry.npmjs.org/'
146
147
+ - name: Update npm
148
+ run: npm install -g npm@latest
149
+
150
- name: Download built production libraries
151
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.19.1
152
with:
0 commit comments