From e7aa53245764f008c48604da180ed25dbebadb1f Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Tue, 25 Nov 2025 13:20:21 -0800 Subject: [PATCH] chore: update npm in publish action --- .github/workflows/publish.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d8b7753..cc6e8af 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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: