We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbc39c commit 9638b11Copy full SHA for 9638b11
2 files changed
.github/workflows/build.yml
@@ -28,7 +28,7 @@ env:
28
29
# Electron v39 EOL = 2026-05-05. v40 EOL = 2026-06-30. v41 EOL = 2026-08-25. v42 EOL = 2026-09-22.
30
# 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$'
+ 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$'
32
33
jobs:
34
test:
package.json
@@ -24,7 +24,7 @@
24
},
25
"overrides": {
26
"prebuild": {
27
- "node-abi": "^4.25.0"
+ "node-abi": "^4.31.0"
}
"devDependencies": {
0 commit comments