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

feat: refresh Node.js versions support #2331

Merged
merged 13 commits into from Oct 7, 2023
Merged

Conversation

davidjgoss
Copy link
Contributor

@davidjgoss davidjgoss commented Sep 30, 2023

🤔 What's changed?

Remove support for Node.js 14, 16 and 19. Add explicit support for 20.

⚡️ What's your motivation?

Fixes #2325

🏷️ What kind of change is this?

  • 🏦 Refactoring/debt/DX (improvement to code design, tooling, documentation etc. without changing behaviour)
  • 💥 Breaking change (incompatible changes to the API)

📋 Checklist:

  • I agree to respect and uphold the Cucumber Community Code of Conduct
  • I've changed the behaviour of the code
    • I have added/updated tests to cover my changes.
  • My change requires a change to the documentation.
    • I have updated the documentation accordingly.
  • Users should know about my change
    • I have added an entry to the "Unreleased" section of the CHANGELOG, linking to this pull request.

This text was originally generated from a template, then edited by hand. You can modify the template here.

@davidjgoss davidjgoss added the 💔 breaking change This will require a major release label Sep 30, 2023
@davidjgoss davidjgoss added this to the 10.0.0 milestone Sep 30, 2023
@coveralls
Copy link

Coverage Status

coverage: 98.458%. remained the same when pulling 22e658f on feat/drop-nodejs-14-16 into 89ec3b6 on main.

@davidjgoss davidjgoss marked this pull request as ready for review October 7, 2023 08:40
@davidjgoss davidjgoss merged commit 188d644 into main Oct 7, 2023
6 checks passed
@davidjgoss davidjgoss deleted the feat/drop-nodejs-14-16 branch October 7, 2023 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💔 breaking change This will require a major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove support for Node.js 14 and 16
2 participants