File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 # Node.js v22 EOL = 2027-04-30. v24 EOL = 2028-04-30.
1818 # Node.js 22-24 can build with GCC 10 (bullseye)
1919 NODE_BUILD_CMD_LEGACY : npx --no-install prebuild -r node -t 22.0.0 -t 24.0.0 --include-regex 'better_sqlite3.node$'
20- # Node.js v25 EOL = 2026-06-01. v26 EOL = TBD .
20+ # Node.js v25 EOL = 2026-06-01. v26 EOL = 2029-04-30 .
2121 # Node.js 25+ requires GCC 11+ for <source_location> header (bookworm)
2222 NODE_BUILD_CMD_MODERN : npx --no-install prebuild -r node -t 25.0.0 -t 26.0.0 --include-regex 'better_sqlite3.node$'
2323
2828
2929 # Electron v39 EOL = 2026-05-05. v40 EOL = 2026-06-30. v41 EOL = 2026-08-25. v42 EOL = 2026-09-22.
3030 # 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 --include-regex 'better_sqlite3.node$'
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.0.0 - -include-regex 'better_sqlite3.node$'
3232
3333jobs :
3434 test :
You can’t perform that action at this time.
0 commit comments