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
Description:
We need to upgrade the package.json file to use the latest LTS (Long Term Support) version of Node.js to ensure that our project is up-to-date and compatible with the latest improvements and security updates.
Acceptance Criteria:
Update the "engines" section in package.json to specify the latest LTS version of Node.js.
Ensure that the project builds and runs successfully with the updated Node.js version.
Update any dependencies or packages if necessary to maintain compatibility with the new Node.js version.
Verify that all tests pass without errors.
Ensure that the updated package.json is committed and pushed to the repository.
Document the Node.js version update in the project's README or documentation if applicable.
Labels:
Enhancement
dependecy management
The text was updated successfully, but these errors were encountered:
Title:
Upgrade package.json to Latest LTS
Description:
We need to upgrade the package.json file to use the latest LTS (Long Term Support) version of Node.js to ensure that our project is up-to-date and compatible with the latest improvements and security updates.
Acceptance Criteria:
Labels:
The text was updated successfully, but these errors were encountered: