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

Set supported node version to 22 #418

Merged
merged 2 commits into from
Jan 7, 2025

Conversation

mattdean-digicatapult
Copy link
Contributor

Pull Request

Checklist

  • Have you read Digital Catapult's Code of Conduct?
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.

PR Type

Please delete options that are irrelevant.

  • Bug Fix
  • Chore
  • Feature
  • Documentation Update
  • Code style update (formatting, local variables)
  • Breaking Change (fix or feature that would cause existing functionality to change)

Linked tickets

https://digicatapult.atlassian.net/browse/SQNC-44

High level description

Upgrades supported node version to >=22 and supported npm to >=10

Detailed description

Whilst we were always running on latest lts we previously advertised support for node 20 or higher. We're restricting that now. Technically this is a major version bump as a previously version 20 system would now not be able to run this.

Describe alternatives you've considered

N/A

Operational impact

None

Additional context

N/A

@mattdean-digicatapult mattdean-digicatapult added the v:major Change requires a semver major version change label Jan 7, 2025
@mattdean-digicatapult mattdean-digicatapult marked this pull request as ready for review January 7, 2025 13:43
@mattdean-digicatapult mattdean-digicatapult requested a review from a team as a code owner January 7, 2025 13:43
@mattdean-digicatapult mattdean-digicatapult merged commit c6699d4 into main Jan 7, 2025
7 checks passed
@mattdean-digicatapult mattdean-digicatapult deleted the chore/update-supported-node-version branch January 7, 2025 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v:major Change requires a semver major version change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants