Skip to content
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

Merged
merged 9 commits into from
Apr 16, 2024
Merged

Upgrade CARTS to Node 18 #139609

merged 9 commits into from
Apr 16, 2024

Conversation

gmrabian
Copy link
Contributor

@gmrabian gmrabian commented Apr 15, 2024

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, and node.

Related ticket(s)

CMDCT-3455


How to test

Everything works as expected

Notes


Pre-review checklist

  • I have added thorough tests, if necessary
  • I have updated relevant documentation, if necessary
  • I have performed a self-review of my code
  • I have manually tested this PR in the deployed cloud environment

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 🤔 )
Screenshot 2024-04-16 at 11 15 54 AM

package.json Show resolved Hide resolved
Copy link

@codeclimate codeclimate bot left a 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.

Copy link

@codeclimate codeclimate bot left a 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.

Copy link

@codeclimate codeclimate bot left a 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.

Copy link

codeclimate bot commented Apr 16, 2024

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.

@gmrabian gmrabian marked this pull request as ready for review April 16, 2024 17:38
@gmrabian gmrabian added the ready for review Ready for all the reviews! label Apr 16, 2024
@gmrabian gmrabian changed the title [WIP]: Upgrade CARTS to Node 18 Upgrade CARTS to Node 18 Apr 16, 2024
@gmrabian gmrabian merged commit 7dd680b into main Apr 16, 2024
20 checks passed
@gmrabian gmrabian deleted the cmdct-3455 branch April 16, 2024 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for review Ready for all the reviews!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants