Skip to content

Commit

Permalink
fix: install npm 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvikns committed Oct 22, 2024
1 parent 3160b0f commit ccf8822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ 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 ccf8822

Please sign in to comment.