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

Raise the minimum required version of node #394

Closed
4 of 6 tasks
Tracked by #2054
gr2m opened this issue Jul 30, 2021 · 0 comments · Fixed by #410
Closed
4 of 6 tasks
Tracked by #2054

Raise the minimum required version of node #394

gr2m opened this issue Jul 30, 2021 · 0 comments · Fixed by #410
Assignees

Comments

@gr2m
Copy link
Member

gr2m commented Jul 30, 2021

See for reference: semantic-release/semantic-release#2055

  • require a minimum node version of the latest LTS, currently 14.17
  • ensure engines-strict is enforced in the CI of each project to reduce the cases where incompatible dependencies are installed outside of our supported range (example)
  • Make sure to update the docs if we mention a minimal node version anywhere
  • ensure that peer-dependencies are compatible according to npm ls
  • update the peer-dependency range for semantic-release

Bonus:

Pull request welcome! Just comment below if you'd like to work on it and we will assign the issue to you. Thank you for your help 💐

@gr2m gr2m transferred this issue from semantic-release/semantic-release Jul 30, 2021
@gr2m gr2m changed the title semantic-release/github Raise the minimum required version of node Jul 30, 2021
travi added a commit that referenced this issue Aug 20, 2021
BREAKING CHANGE: the minimum required version of node is now v14.17

for #394
@gr2m gr2m closed this as completed in #410 Sep 17, 2021
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.

2 participants