Skip to content

Relax Node.js engine requirement from >=22.0.0 ro >=20.0.0#119

Merged
donskov merged 1 commit intoPeculiarVentures:masterfrom
floriannari:master
Jan 9, 2026
Merged

Relax Node.js engine requirement from >=22.0.0 ro >=20.0.0#119
donskov merged 1 commit intoPeculiarVentures:masterfrom
floriannari:master

Conversation

@floriannari
Copy link
Copy Markdown
Contributor

fix #118

Since version v1.14.1 (28801b5), x509 requires Node.js => 22 (for no apparent reason).
However, Node.js 20 is still maintained https://nodejs.org/en/about/previous-releases#release-schedule

This PR aims to accept Node.js => 20.

@donskov donskov merged commit 1046063 into PeculiarVentures:master Jan 9, 2026
3 checks passed
@floriannari
Copy link
Copy Markdown
Contributor Author

Thanks for the quick merge!

Is a new release planned soon?
(We're still running on Node.js 20, so we were surprised that an npm update broke compatibility with this version of Node.js.)

@donskov
Copy link
Copy Markdown
Collaborator

donskov commented Jan 12, 2026

@floriannari Published the new 1.14.3 version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Relax Node.js engine requirement from >=22.0.0 to >=18.0.0 or >= 20.0.0

2 participants