WiseLibs / better-sqlite3

The fastest and simplest library for SQLite3 in Node.js.
MIT License
5.22k stars 390 forks source link

Add Node.js v22. Drop ancient EOL versions of Node.js and Electron #1182

Closed mceachen closed 1 month ago

mceachen commented 2 months ago

We've got a ton of ancient versions in here, and we're building on a version of Node.js that EOL'ed more than 6 months ago.

I've culled versions that EOL'ed more than 6 months ago, which should speed up build times. I also added Node.js v22.

This PR requires the next build be a major version.

mceachen commented 2 months ago

There are some errors with GHA, namely windows on node22. I'll re-kick those tests.