Skip to content

Commit f36d8c6

Browse files
authored
Add missing Electron v42 build target (#1486)
1 parent da6152c commit f36d8c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
# Node.js v22 EOL = 2027-04-30. v24 EOL = 2028-04-30.
1818
# Node.js 22-24 can build with GCC 10 (bullseye)
1919
NODE_BUILD_CMD_LEGACY: npx --no-install prebuild -r node -t 22.0.0 -t 24.0.0 --include-regex 'better_sqlite3.node$'
20-
# Node.js v25 EOL = 2026-06-01. v26 EOL = TBD.
20+
# Node.js v25 EOL = 2026-06-01. v26 EOL = 2029-04-30.
2121
# Node.js 25+ requires GCC 11+ for <source_location> header (bookworm)
2222
NODE_BUILD_CMD_MODERN: npx --no-install prebuild -r node -t 25.0.0 -t 26.0.0 --include-regex 'better_sqlite3.node$'
2323

@@ -28,7 +28,7 @@ env:
2828

2929
# Electron v39 EOL = 2026-05-05. v40 EOL = 2026-06-30. v41 EOL = 2026-08-25. v42 EOL = 2026-09-22.
3030
# Electron 39+ requires GCC 11+ for <source_location> header (bookworm).
31-
ELECTRON_BUILD_CMD_MODERN: npx --no-install prebuild -r electron -t 39.0.0 -t 40.0.0 -t 41.0.0 --include-regex 'better_sqlite3.node$'
31+
ELECTRON_BUILD_CMD_MODERN: npx --no-install prebuild -r electron -t 39.0.0 -t 40.0.0 -t 41.0.0 -t 42.0.0 --include-regex 'better_sqlite3.node$'
3232

3333
jobs:
3434
test:

0 commit comments

Comments
 (0)