Skip to content

Commit

Permalink
fix macos dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Proxwian committed Jan 21, 2024
1 parent 008c31f commit 08cf10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: npm i dmg-license (MacOS)
if: matrix.os == 'macos-latest'
run: |
npm i dmg-license --save-optional
npm i dmg-license --save-optional --legacy-peer-deps
- name: npm run release for windows
if: matrix.os == 'windows-latest' && github.event_name == 'push'
env:
Expand Down

0 comments on commit 08cf10f

Please sign in to comment.