Skip to content

Commit 85dbf86

Browse files
authored
fix: install latest npm (#1555)
* fix: update npm to latest for windows * fix: install npm 10
1 parent 9e107c9 commit 85dbf86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/upload-release-assets.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
#fix for windows build issue #1433
6363
name: Install p7zip-full nsis
6464
run: sudo apt-get install -y p7zip-full nsis
65-
- if: matrix.os == 'windows-latest'
65+
66+
- if: matrix.npm_script == 'pack:windows'
6667
#npm cli 10 is buggy because of some cache issue
6768
name: Install npm cli 10
6869
shell: bash

0 commit comments

Comments
 (0)