-
Notifications
You must be signed in to change notification settings - Fork 8
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
Gain compatibility with Node 20.x and higher #1145
Comments
Very straight forward regading the solution
*if there are depreciation issues I will run
|
Sucess!
Finally, I verified the workflow passed the checks! |
…e-20.x #1145 gain compatibility with node 20.x
Once @akaiap’s work from these issues lands in This will require a documentation update, plus all local dev devices will need Node 20 One caution here is that our AWS host maxes out a Node 12.x.x. This isn’t a problem so far but we need to monitor this in case we encounter a serious breaking change A transition a Lambda architecture will release us from that limitation |
Per @akaiap in #1118, our current code relies on a
canvas
library that stops compatibility at Node 18.x. We want to broaden our compatibility to newer versionsThe text was updated successfully, but these errors were encountered: