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

chore(engines): broaden node version support #148

Closed
JamieMason opened this issue Jul 13, 2023 · 1 comment
Closed

chore(engines): broaden node version support #148

JamieMason opened this issue Jul 13, 2023 · 1 comment

Comments

@JamieMason
Copy link
Owner

Description

Noticed some projects can't upgrade due to "node": ">=18" in engines.

Suggested Solution

This change was a bit of housekeeping to track the current Node LTS, but really syncpack doesn't have a hard dependency on Node 18. Expand this to at least Node 16, but maybe consider going further. Add older versions to the CI workflow so they can be tested easily.

@JamieMason
Copy link
Owner Author

Released in 10.9.3.

Node 16 was the oldest I could support due to commander.js's engines

/cc @mbest (👍🏻'd this issue)

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

No branches or pull requests

1 participant