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

ATO-807: Updated node version in lambdas #847

Merged
merged 4 commits into from
Aug 8, 2024
Merged

ATO-807: Updated node version in lambdas #847

merged 4 commits into from
Aug 8, 2024

Conversation

kalpaitch
Copy link
Contributor

Onboarding Feature Deployment

Warning

Pull requests merged to main will be released to production, please ensure the checklist below is complete

Before any work can be merged to main in must meet the definition of done and be ready to deploy. While many of these tasks will be automated, the reviewers must take the responsibility of confirming the checklist below has been completed before this ticket can be merged.

Checklist

  • this pull request meets the acceptance criteria of the ticket

  • this branch is up-to-date with the main branch

    git fetch --all && git rebase origin/main

  • these changes are backwards compatible (no breaking changes)

    • all methods signatures and return values are the same
    • any replaced methods are marked as @deprecated
  • tests have been written to cover any new or updated functionality

  • new configuration parameters have been deployed to all environments, see configuration management.

  • all external infrastructure dependencies have been updated in all environments

Changes

Updated lambdas to node 20

Changed for changes in existing functionality

  • Node version from 18 to 20

@kalpaitch kalpaitch requested a review from a team as a code owner July 30, 2024 15:26
@kalpaitch kalpaitch requested review from a team July 30, 2024 15:26
@kalpaitch kalpaitch force-pushed the ATO-807 branch 4 times, most recently from c5565c1 to be1bc68 Compare August 1, 2024 10:12
@kalpaitch kalpaitch added this pull request to the merge queue Aug 2, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 2, 2024
@kalpaitch kalpaitch added this pull request to the merge queue Aug 2, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 2, 2024
@kalpaitch kalpaitch enabled auto-merge August 7, 2024 14:15
@kalpaitch kalpaitch added this pull request to the merge queue Aug 7, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 7, 2024
@kalpaitch kalpaitch added this pull request to the merge queue Aug 7, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 7, 2024
@kalpaitch kalpaitch added this pull request to the merge queue Aug 8, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 8, 2024
@kalpaitch kalpaitch added this pull request to the merge queue Aug 8, 2024
@kalpaitch kalpaitch removed this pull request from the merge queue due to a manual request Aug 8, 2024
@kalpaitch kalpaitch enabled auto-merge August 8, 2024 10:29
@kalpaitch kalpaitch disabled auto-merge August 8, 2024 10:32
@kalpaitch kalpaitch added this pull request to the merge queue Aug 8, 2024
Merged via the queue into main with commit aedf178 Aug 8, 2024
16 checks passed
@kalpaitch kalpaitch deleted the ATO-807 branch August 8, 2024 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants