Skip to content

refactor(chore): remove Node js 20 support#254

Open
Sourav-kashyap wants to merge 1 commit into
masterfrom
GH-253
Open

refactor(chore): remove Node js 20 support#254
Sourav-kashyap wants to merge 1 commit into
masterfrom
GH-253

Conversation

@Sourav-kashyap

Copy link
Copy Markdown
Contributor

remove Node js 20 support

BREAKING CHANGE:
yes

GH-253

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Checklist:

  • Performed a self-review of my own code
  • npm test passes on your machine

Build:

Screenshot 2026-06-11 at 6 10 41 PM

Test:

Screenshot 2026-06-11 at 6 10 54 PM

@Sourav-kashyap Sourav-kashyap self-assigned this Jun 11, 2026
@Sourav-kashyap Sourav-kashyap linked an issue Jun 11, 2026 that may be closed by this pull request
remove Node js 20 support

BREAKING CHANGE:
yes

GH-253
@sonarqubecloud

Copy link
Copy Markdown

SonarQube reviewer guide

Summary: Drops support for Node.js 20, updates minimum requirement to Node.js 22, and performs comprehensive dependency updates across the project.

Review Focus: The Node.js version constraint change from >=20 to 22 || 24 is a breaking change that narrows supported versions. Verify this aligns with your project's compatibility strategy. Additionally, scrutinize the major dependency updates (Express 4.22.2, AJV 8.20.0, commitlint suite updates) for any breaking changes or migration requirements.

Start review at: package.json (engines field and version bump from 8.1.0 to 8.1.1). This is the primary change defining the new Node.js support policy and should be confirmed intentional before approving other updates that depend on this decision.

💬 Please send your feedback

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

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.

remove Node.js 20 support

1 participant