Skip to content

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

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

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

Conversation

@Sourav-kashyap

Copy link
Copy Markdown
Contributor
Screenshot 2026-06-11 at 6 08 19 PM remove Node js 20 support

BREAKING CHANGE:
yes

GH-192

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 08 07 PM

Test:

@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
@Sourav-kashyap Sourav-kashyap force-pushed the GH-192 branch 2 times, most recently from ca71300 to 83b9978 Compare June 16, 2026 07:53
remove Node js 20 support

BREAKING CHANGE:
yes

GH-192
@sonarqubecloud

Copy link
Copy Markdown

SonarQube reviewer guide

Summary: Drops support for Node.js 20, updates package version to 8.1.0, and aligns Node.js support to versions 22 and 24 only.

Review Focus: The removal of Node.js 20 support is the most significant change. Verify that:

  1. No codebase features depend on Node.js 20-specific behaviors that differ from 22/24
  2. All dependencies are compatible with Node.js 22 and 24 (check breaking changes in dependency updates)
  3. The version bump to 8.1.0 is appropriate given this is a potential breaking change

Start review at: package.json. This is the source-of-truth file that documents the Node.js requirement change and version bump, making it essential to understand the scope before reviewing the lock file updates.

💬 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 bd59fe5 into master Jun 16, 2026
6 checks passed
@yeshamavani yeshamavani deleted the GH-192 branch June 16, 2026 10:45
@yeshamavani

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 9.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