Skip to content

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

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

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

Conversation

@Sourav-kashyap

Copy link
Copy Markdown
Contributor

remove Node js 20 support

BREAKING CHANGE:
yes

GH-22

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 37 22 PM

Test:

Screenshot 2026-06-11 at 3 37 37 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-22
@sonarqubecloud

Copy link
Copy Markdown

SonarQube reviewer guide

Summary: Upgrade Node.js LTS version from 20 to 22 with dependencies updated to support the new version.

Review Focus:

  • Node.js version requirement changed from >=20 to 22 || 24 in engines field
  • Verify AWS SDK dependencies have been properly updated (multiple version bumps across @aws-sdk packages)
  • Check that all package-lock.json entries are consistent with the version bump
  • Review if there are any breaking changes in the updated dependencies that might affect runtime behavior

Start review at: .github/workflows/main.yaml and package.json. These files define the Node.js version requirements for both CI/CD and package dependencies, making them critical to understand the scope of this upgrade. The workflow file shows the direct version change (20.x → 22.x) while package.json confirms the new engine requirements, allowing you to trace through to verify all downstream dependencies have been properly updated to support Node 22 LTS.

💬 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