You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Check the package.json file for the engines field referencing Node.js v20.x.
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.
The text was updated successfully, but these errors were encountered:
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
Steps to Reproduce
package.json
file for theengines
field referencing Node.js v20.x..github/workflows/test.yml
or other CI/CD configurations for the Node.js version.Severity/Priority
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
The text was updated successfully, but these errors were encountered: