From 85dbf86faf3ca44affaefd8460e593edde9aa0c6 Mon Sep 17 00:00:00 2001 From: Souvik De Date: Thu, 24 Oct 2024 11:16:13 +0530 Subject: [PATCH] fix: install latest npm (#1555) * fix: update npm to latest for windows * fix: install npm 10 --- .github/workflows/upload-release-assets.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/upload-release-assets.yml b/.github/workflows/upload-release-assets.yml index b7bb3bc34e3..b1701a3c776 100644 --- a/.github/workflows/upload-release-assets.yml +++ b/.github/workflows/upload-release-assets.yml @@ -62,7 +62,8 @@ jobs: #fix for windows build issue #1433 name: Install p7zip-full nsis run: sudo apt-get install -y p7zip-full nsis - - if: matrix.os == 'windows-latest' + + - if: matrix.npm_script == 'pack:windows' #npm cli 10 is buggy because of some cache issue name: Install npm cli 10 shell: bash