-
Notifications
You must be signed in to change notification settings - Fork 1
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
Enabler: Update Node to supported LTS #19
Comments
blairlearn
added a commit
that referenced
this issue
Mar 1, 2024
- Run npm audit fix - Bump version to 3.0.0 - Node version is a breaking change. - Previous version was v2.0.1, but package.json wasn't updated. - Correct repository urls and package name.
blairlearn
added a commit
that referenced
this issue
Mar 1, 2024
- Run npm audit fix - Bump version to 3.0.0 - Node version is a breaking change. - Previous version was v2.0.1, but package.json wasn't updated. - Remove comments from configuration files. - Config package no longer tolerates them. - Correct repository urls and package name. Closes #19
blairlearn
added a commit
that referenced
this issue
Mar 13, 2024
- Run npm audit fix - Bump version to 3.0.0 - Node version is a breaking change. - Previous version was v2.0.1, but package.json wasn't updated. - Remove comments from configuration files. - Config package no longer tolerates them. - Correct repository urls and package name. Closes #19
blairlearn
added a commit
that referenced
this issue
Mar 13, 2024
- Run npm audit fix - Bump version to 3.0.0 - Node version is a breaking change. - Previous version was v2.0.1, but package.json wasn't updated. - Remove comments from configuration files. - Config package no longer tolerates them. - Correct repository urls and package name. Closes #19
blairlearn
added a commit
that referenced
this issue
Mar 13, 2024
- Run npm audit fix - Bump version to 3.0.0 - Node version is a breaking change. - Previous version was v2.0.1, but package.json wasn't updated. - Remove comments from configuration files. - Config package no longer tolerates them. - Correct repository urls and package name. Closes #19
blairlearn
added a commit
that referenced
this issue
Mar 14, 2024
- Run npm audit fix - Bump version to 3.0.0 - Node version is a breaking change. - Previous version was v2.0.1, but package.json wasn't updated. - Remove comments from configuration files. - Config package no longer tolerates them. - Correct repository urls and package name. Closes #19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update Node JS to a supported LTS version.
We're still on lts/gallium (node 16) which is EOL.
The current LTS version is lts/iron (node 20).
Things to update
.nvmrc
engines
property inpackage.json
(node
andnpm
versions).Prerequisites
Sub-Tasks
Notes
Node release schedule
The text was updated successfully, but these errors were encountered: