Skip to content

Commit

Permalink
test: use newer version of Electron
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Apr 29, 2022
1 parent b935f64 commit 57c7919
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 57c7919

Please sign in to comment.