Skip to content

Commit

Permalink
test: use newer version of Electron (#145)
Browse files Browse the repository at this point in the history
Upgrades to the latest Electron stable release. Fixes tests not working
on macOS arm64 machines since Electron 2 did not support
Apple Silicon.
  • Loading branch information
erickzhao authored Apr 29, 2022
1 parent b935f64 commit 0c4d573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('electron-installer-dmg', () => {
before(async function downloadElectron() {
this.timeout(2 * MINUTES_IN_MS);

const zipPath = await download('2.0.4');
const zipPath = await download('18.2.0');
await unzip(zipPath, { dir: appPath });
});

Expand Down

0 comments on commit 0c4d573

Please sign in to comment.