diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 167c309..83cd544 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: node-version: 16 - name: Install Node gyp - run: npm install -g node-gyp@latest && node-gyp configure --debug + run: npm install -g node-gyp@latest - name: Prepare for app notarization if: startsWith(matrix.os, 'macos') diff --git a/package.json b/package.json index 42defe0..b45ceef 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "devDependencies": { "copyfiles": "^2.4.1", "electron": "^23.1.0", - "electron-builder": "^22.10.3", + "electron-builder": "^23.6.0", "electron-rebuild": "^3.2.9", "ncp": "^2.0.0" },