Skip to content

Commit 9edee40

Browse files
committed
add node 25
1 parent 8bb98aa commit 9edee40

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

.github/workflows/prebuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-22.04, windows-2022, macos-latest]
31-
node: [20, 22, 23, 24]
31+
node: [20, 22, 23, 24, 25]
3232
runs-on: ${{ matrix.os }}
3333

3434
steps:
@@ -152,7 +152,7 @@ jobs:
152152
strategy:
153153
matrix:
154154
os: [ubuntu-22.04, windows-2022, macos-latest]
155-
electron: [30, 31, 32, 33, 34, 35, 36, 37, 38, 39]
155+
electron: [30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40.0.0-beta.4]
156156
runs-on: ${{ matrix.os }}
157157

158158
steps:
@@ -375,7 +375,7 @@ jobs:
375375
echo " • Windows (win32-x64)"
376376
echo " • Linux glibc 2.35+ (linux-x64, built on Ubuntu 22.04)"
377377
echo " • macOS Apple Silicon (darwin-arm64)"
378-
echo " • Node.js versions: 20, 22, 23, 24"
378+
echo " • Node.js versions: 20, 22, 23, 24, 25"
379379
echo " • Electron versions: 30, 31, 32, 33, 34, 35, 36, 37, 38, 39"
380380
echo ""
381381
echo "ℹ️ Alpine Linux (musl) prebuilds must be built manually:"

package-lock.json

Lines changed: 7 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)