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

BC: drop support for node<v20.18 #1362

Open
jkowalleck opened this issue Feb 14, 2025 · 0 comments · May be fixed by #1365
Open

BC: drop support for node<v20.18 #1362

jkowalleck opened this issue Feb 14, 2025 · 0 comments · May be fixed by #1365
Assignees

Comments

@jkowalleck
Copy link
Member

node < 18 is no longer maintained, and will EOL soon.
see https://github.com/nodejs/release#release-schedule
see https://nodejs.org/en/about/previous-releases

lets drop support for node < v20.18 (last release in active state)

idea:

  • Support node versions greater equal last active release -- so that all implemented features are included, and maintenance releases are compatible
  • and so on

docs:

  • update the readme and tell about the requirements. also mention that there are older versionswith lower requirements...

(this might enable more up-to-date developer experience, and updates in some [dev-]dependencies)

@jkowalleck jkowalleck linked a pull request Feb 28, 2025 that will close this issue
1 task
@jkowalleck jkowalleck self-assigned this Feb 28, 2025
This was referenced Feb 28, 2025
jkowalleck added a commit that referenced this issue Feb 28, 2025
this is a result of
#1362

---------

Signed-off-by: Jan Kowalleck <[email protected]>
jkowalleck added a commit that referenced this issue Feb 28, 2025
- `normalize-package-data@^3||^4||^5||^6` ->
`normalize-package-data@^7.0.0`
- and some dev-dendencies

this is a result of
#1362

---------

Signed-off-by: Jan Kowalleck <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant