Closed
Description
Hi!
Thanks for this project :)
May I ask which nodejs versions node-pty
supports?
(node-pty
's package.json does not have engines
field.)
For example, I saw some (closed) issues saying like "node 17 is not supported", or "installation failed in node 15".
I want to use node-pty
in my open-source project.
But the project should support every recent nodejs versions.
(e.g. node>=16
: 16.x, 17.x, 18.x, 19.x, 20.x)
What's more, once a new nodejs version is released(e.g. 21.x(future)), my package should become ready for the runtime as soon as possible.
Would it be possible?
Thanks!