Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support NodeJS >=20 #902

Closed
athewsey opened this issue Jan 22, 2025 · 2 comments · Fixed by #904
Closed

Support NodeJS >=20 #902

athewsey opened this issue Jan 22, 2025 · 2 comments · Fixed by #904

Comments

@athewsey
Copy link

Hi team,

Trying to install this library in a new project, I just found that you have NodeJS engine version pinned to >= 18.12.0 <= 20.x.

Per the Node Releases Schedule, the current active LTS release is v22. Maintenance of v18 is scheduled to end around Apr/May this year, and v19 (non-LTS) is already unsupported.

Was there a particular reason for pinning the Node version? Could you update for current release?

@scottschreckengaust
Copy link
Collaborator

Hi @athewsey ! I will look into it and post a PR after testing.

@scottschreckengaust
Copy link
Collaborator

v19 (non-LTS) is already unsupported.

Projen Node Versioning does not have a way to exclude odd-numbered versions, and their six month out of support is effectively "permitted". the minNodeVersion is set to the lowest LTS in "MAINTENANCE". Node 18.x end-of-life is scheduled for April 30, 2025.

FYI: Two issues have been added to deprecate 18.x and add 24.x support

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 a pull request may close this issue.

2 participants