Skip to content

Commit

Permalink
fix: install latest npm (#1555)
Browse files Browse the repository at this point in the history
* fix: update npm to latest for windows

* fix: install npm 10
  • Loading branch information
Souvikns authored Oct 24, 2024
1 parent 9e107c9 commit 85dbf86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upload-release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85dbf86

Please sign in to comment.