Skip to content

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

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

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

Conversation

@Sourav-kashyap

Copy link
Copy Markdown
Contributor

remove Node js 20 support

BREAKING CHANGE:
yes

GH-281

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 12 12 PM

Test:

Screenshot 2026-06-11 at 6 12 30 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-281
@sonarqubecloud

Copy link
Copy Markdown

SonarQube reviewer guide

Summary: Updates Node.js version support from >=20 to explicitly require versions 22 or 24 only, bumps package version to 13.1.0, and updates numerous dependencies.

Review Focus:

  • The engine constraint change from >=20 to 22 || 24 is significant and drops Node.js 20 support. Verify this aligns with the project's support policy and that no critical dependencies require Node 20.
  • Extensive dependency updates throughout (Babel, LoopBack, semantic-release, etc.). Check for any breaking changes in these updates, particularly in LoopBack packages and testing frameworks.
  • GitHub workflow now tests only Node 22 and 24 (removed Node 20).

Start review at: package.json. This is where the engine constraint change is declared and the version bump occurs. It's critical to verify this explicit version restriction is intentional and properly communicated, as it may break compatibility for users still on Node 20.

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

Copy link
Copy Markdown
Contributor

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