We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Node 16 is no longer supported, so we will not be getting any security updates or be able to use new packages.
First, we need to make sure that the existing code will run on a newer version of Node and make any necessary fixes to support this.
This will most likely require replacing some dead dependencies and dealing with upstream API changes for the dependencies that we continue to use.
Then, Shane can update the deployment containers to use a newer Node and test that everything still works as expected.
It's going to be a bit of a painful job, but we should try to do it sooner or later...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Node 16 is no longer supported, so we will not be getting any security updates or be able to use new packages.
First, we need to make sure that the existing code will run on a newer version of Node and make any necessary fixes to support this.
This will most likely require replacing some dead dependencies and dealing with upstream API changes for the dependencies that we continue to use.
Then, Shane can update the deployment containers to use a newer Node and test that everything still works as expected.
It's going to be a bit of a painful job, but we should try to do it sooner or later...
The text was updated successfully, but these errors were encountered: