Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Node.js Version to latest LTS #2352

Open
6 of 10 tasks
vikasosmium opened this issue Jan 16, 2025 · 0 comments · May be fixed by #2350
Open
6 of 10 tasks

Update Node.js Version to latest LTS #2352

vikasosmium opened this issue Jan 16, 2025 · 0 comments · May be fixed by #2350
Assignees
Labels

Comments

@vikasosmium
Copy link
Contributor

Issue Description

The project is currently using Node.js v20.x, and it needs to be updated to the latest stable version, i.e., Node.js v22.x, across the codebase and CI/CD pipeline.

Expected Behavior

The project should successfully use Node.js v22.x in all environments, including local development, package configuration, and CI/CD workflows.

Current Behavior

The codebase and CI/CD workflows are configured to use Node.js v20.x, which may lack features, optimizations, and support available in Node.js v22.x.

Screenshots

Reproducibility

  • This issue is reproducible
  • This issue is not reproducible

Steps to Reproduce

  1. Check the package.json file for the engines field referencing Node.js v20.x.
  2. Inspect .github/workflows/test.yml or other CI/CD configurations for the Node.js version.

Severity/Priority

  • Critical
  • High
  • Medium
  • Low

Additional Information

This update ensures compatibility with the latest features, security improvements, and performance enhancements available in Node.js v22.x. All project dependencies and tests should be verified to work with the updated version.

Checklist

  • I have read and followed the project's code of conduct.
  • I have searched for similar issues before creating this one.
  • I have provided all the necessary information to understand and reproduce the issue.
  • I am willing to contribute to the resolution of this issue.
@vikasosmium vikasosmium self-assigned this Jan 16, 2025
@vikasosmium vikasosmium linked a pull request Jan 16, 2025 that will close this issue
10 tasks
@vikasosmium vikasosmium linked a pull request Jan 16, 2025 that will close this issue
10 tasks
@github-project-automation github-project-automation bot moved this to To do in Backend Jan 16, 2025
@vikasosmium vikasosmium moved this from To do to In progress in Backend Jan 16, 2025
@vikasosmium vikasosmium moved this from In progress to Review in progress in Backend Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Review in progress
Development

Successfully merging a pull request may close this issue.

1 participant