chore: update npm in publish action

This commit is contained in:
Fedor Indutny 2025-11-25 13:20:21 -08:00
parent a7bf1b5a41
commit e7aa532457

View File

@ -144,6 +144,9 @@ jobs:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org/'
- name: Update npm
run: npm install -g npm@latest
- name: Download built production libraries
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.19.1
with: