Skip to content

Commit 9705d10

Browse files
oliverschwendenerArGeoph
authored andcommitted
Prebuild for Electron 33 (WiseLibs#1279)
feat: add support for electron 33
1 parent daba5a2 commit 9705d10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
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 --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 --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 --include-regex 'better_sqlite3.node$'
2424

2525
jobs:
2626
test:
@@ -67,7 +67,7 @@ jobs:
6767
if: ${{ github.event_name == 'release' }}
6868
name: Publishing to NPM
6969
runs-on: ubuntu-20.04
70-
needs:
70+
needs:
7171
- prebuild
7272
- prebuild-alpine
7373
- prebuild-alpine-arm

0 commit comments

Comments
 (0)