Skip to content

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

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

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

Conversation

@Sourav-kashyap

Copy link
Copy Markdown
Contributor

remove Node js 20 support

BREAKING CHANGE:
yes

GH-287

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 3 45 35 PM

Test:

Screenshot 2026-06-11 at 3 45 50 PM

remove Node js 20 support

BREAKING CHANGE:
yes

GH-287
@sonarqubecloud

Copy link
Copy Markdown

SonarQube reviewer guide

Summary: Drop Node.js 20 support and update to version 10.1.0, reflecting a shift to Node.js 22+ as the minimum requirement with dependency updates.

Review Focus: The minimum Node.js version requirement has been raised from 20 to 22, which is a breaking change. Verify that all production dependencies genuinely require Node.js 22+. The removal of the undici dependency from package-lock.json should be examined to ensure this doesn't introduce compatibility issues. Most other changes are routine dependency updates.

Start review at: .github/workflows/main.yaml. This file documents the explicit support matrix change, making it the clearest indicator of the breaking change impact. The workflow now tests against Node.js 22 and 24 only, which should align with the engines.node constraint in package.json.

💬 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

@Sourav-kashyap Sourav-kashyap linked an issue Jun 11, 2026 that may be closed by this pull request
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