Skip to content

Commit b6ee8b4

Browse files
committed
Update legacy Electron 37
1 parent a87882f commit b6ee8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-automation/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const ELECTRON_32_FINAL = '32.3.3';
2020

2121
// Electron 37 is the last version to support macOS 11
2222
// TODO: 37 is still being updates, we should keep bumping this
23-
const ELECTRON_37_FINAL = '37.7.0';
23+
const ELECTRON_37_FINAL = '37.8.0';
2424

2525
/**
2626
* @returns {Date}

0 commit comments

Comments
 (0)