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

BREAKING CHANGE: Use Node 20 instead of Node 16 #1132

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DaveTryon
Copy link
Contributor

Details

Node 16 left support in October 2023. The only known consumer of axe-sarif-converter is the accessibility-insights-service repo, which already uses Node 20.

Motivation

Get on a supported version that we expect to last for a while

Context

Pull request checklist

  • PR title respects Conventional Commits (starts with fix:, feat:, etc, and is suitable for user-facing release notes)
  • PR contains no breaking changes, OR description of both PR and final merge commit starts with BREAKING CHANGE:
  • [n/a] (if applicable) Addresses issue:
  • [n/a] Added relevant unit tests for your changes
  • Ran yarn precheckin
  • Verified code coverage for the changes made

BREAKING CHANGES

  • Bump Node requirement to Node 20

@DaveTryon DaveTryon requested a review from a team as a code owner October 20, 2023 17:48
@@ -12,7 +12,7 @@
"README.md"
],
"engines": {
"node": ">= 8"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

8 to 20 feels like a big jump. Is the intent to use features that require Node >= 20 in future commits?

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

Successfully merging this pull request may close these issues.

None yet

2 participants