Skip to content

Commit 804e392

Browse files
authored
Prebuild for Electron 34 (WiseLibs#1316)
add Electron 34 to prebuild versions
1 parent 618714a commit 804e392

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
NO_V18_NODE_BUILD_CMD: npx --no-install prebuild -r node -t 20.0.0 -t 22.0.0 -t 23.0.0 --include-regex 'better_sqlite3.node$'
2121
# See https://www.electronjs.org/docs/latest/tutorial/electron-timelines#version-support-policy
2222
# Electron v25 EOL = 2023-12-05. v26 EOL = 2024-02-20. v27 EOL = 2024-04-16. v28 EOL = 2024-06-11. v29 EOL = 2024-08-20.
23-
ELECTRON_BUILD_CMD: npx --no-install prebuild -r electron -t 26.0.0 -t 27.0.0 -t 28.0.0 -t 29.0.0 -t 30.0.0 -t 31.0.0 -t 32.0.0 -t 33.0.0 --include-regex 'better_sqlite3.node$'
23+
ELECTRON_BUILD_CMD: npx --no-install prebuild -r electron -t 26.0.0 -t 27.0.0 -t 28.0.0 -t 29.0.0 -t 30.0.0 -t 31.0.0 -t 32.0.0 -t 33.0.0 -t 34.0.0 --include-regex 'better_sqlite3.node$'
2424

2525
jobs:
2626
test:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"fs-extra": "^11.1.1",
2626
"mocha": "^10.2.0",
2727
"nodemark": "^0.3.0",
28-
"prebuild": "^13.0.0",
28+
"prebuild": "^13.0.1",
2929
"sqlite": "^5.0.1",
3030
"sqlite3": "^5.1.6"
3131
},

0 commit comments

Comments
 (0)