Skip to content

Commit 9638b11

Browse files
authored
Add support for electron v43 prebuilds (#1490)
1 parent 4cbc39c commit 9638b11

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 -t 42.3.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.3.0 -t 43.0.0 --include-regex 'better_sqlite3.node$'
3232

3333
jobs:
3434
test:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"overrides": {
2626
"prebuild": {
27-
"node-abi": "^4.25.0"
27+
"node-abi": "^4.31.0"
2828
}
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)