diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 6ee426c8f..c6b78bee1 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -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: