Skip to content

bump minimum Node + NPM version #114

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

Open
jcfranco opened this issue Apr 21, 2025 · 0 comments
Open

bump minimum Node + NPM version #114

jcfranco opened this issue Apr 21, 2025 · 0 comments

Comments

@jcfranco
Copy link
Collaborator

The engines field currently specifies Node 8 and NPM 5, both of which are no longer maintained. These should be updated to more modern LTS versions.

While upgrading would be a breaking change in some setups, it's standard practice to evolve engines requirements alongside LTS progression.

One way to support newer environments while maintaining backward compatibility could be to decouple the data source; allowing it to be either bundled or required dynamically. This would let older versions of the library continue using updated data, assuming the format remains compatible.

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

No branches or pull requests

1 participant