Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Require Node.js 20 for SEA (#8)
I made a mistake: While "single executable applications" are supported in Node.js 18, their API is quite different from the one in Node.js 20. To make things easier here, we're just excluding Node 18 & 19. Also improved: Node.js error logging.
- Loading branch information