Skip to content

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

Merged
yeshamavani merged 1 commit into
masterfrom
GH-296
Jun 16, 2026
Merged

refactor(chore): remove Node js 20 support#297
yeshamavani merged 1 commit into
masterfrom
GH-296

Conversation

@Sourav-kashyap

Copy link
Copy Markdown
Contributor

remove Node js 20 support

BREAKING CHANGE:
yes

GH-296

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 06 53 PM

Test:

Screenshot 2026-06-11 at 6 07 07 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-296
@sonarqubecloud

Copy link
Copy Markdown

SonarQube reviewer guide

Summary: Drop support for Node.js 20, update to versions 22 and 24 only, and bump package version to 11.1.0 with dependency updates.

Review Focus: The change removes Node.js 20 from the supported versions while adding explicit support for only Node.js 22 and 24. This is a significant compatibility change that could affect users still on Node 20. Pay close attention to:

  • Whether the package truly requires Node 22+ features
  • The impact on existing users and if migration guidance is needed
  • Verify all transitive dependencies actually support Node 22+ without issues

Start review at: package.json. This file is critical as it defines the engine requirement and version bump. The engines field change from ">=20" to "22 || 24" is a breaking change that enforces strict version matching, so ensure this aligns with actual code requirements and the team's support policy.

💬 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

@yeshamavani yeshamavani merged commit 93493a0 into master Jun 16, 2026
6 checks passed
@yeshamavani yeshamavani deleted the GH-296 branch June 16, 2026 10:46
@yeshamavani

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 12.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

remove Node.js 20 support

2 participants