From 79313adfac3b38f54bd18aed3a94b85153227d08 Mon Sep 17 00:00:00 2001 From: Mahesh Bandara Wijerathna Date: Thu, 16 Jan 2025 05:51:42 +0530 Subject: [PATCH] Add support for electron `v34` prebuilds --- .github/workflows/prebuild.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index e880dfab..b0682814 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -7,7 +7,7 @@ on: env: NODE_BUILD_CMD: npx --no-install prebuild -r node -t 18.0.0 -t 20.0.0 -t 22.0.0 --include-regex 'better_sqlite3.node$' -u ${{ secrets.GITHUB_TOKEN }} - 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$' -u ${{ secrets.GITHUB_TOKEN }} + 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$' -u ${{ secrets.GITHUB_TOKEN }} jobs: prebuild: diff --git a/package.json b/package.json index 3577b4fa..227066f0 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "fs-extra": "^11.1.1", "mocha": "^10.2.0", "nodemark": "^0.3.0", - "prebuild": "^13.0.0", + "prebuild": "^13.0.1", "sqlite": "^5.0.1", "sqlite3": "^5.1.6" },