-
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
Upgrade CARTS to Node 18 #139609
Upgrade CARTS to Node 18 #139609
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 7838 lines exceeds the maximum allowed for the inline comments feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 7840 lines exceeds the maximum allowed for the inline comments feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 7902 lines exceeds the maximum allowed for the inline comments feature.
Code Climate has analyzed commit 3b51e71 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (90% is the threshold). This pull request will bring the total coverage in the repository to 79.3% (0.0% change). View more on Code Climate. |
Deployed url: https://d1jelkmfipicog.cloudfront.net/
Description
Upgrade project-wide node version to 18.17.0 (or closest). Biggest places are:
.nvmrc
which determines what version developers use locally (and most CI actions)*/serverless.yml
which determines what version any deployed instances use (mainly (exclusively?) lambda versions)Let me know if I've missed any places! I searched for
16.
,14.
,16
, andnode
.Related ticket(s)
CMDCT-3455
How to test
Everything works as expected
Notes
Pre-review checklist
Screenshots
All lambdas running on node18 in AWS (except one that is created by serverless to run a task it thinks it might not be able to run in cloudformation 🤔 )