Skip to content

chore: drop Node.js 18 support #4243

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

Merged
merged 4 commits into from
Aug 1, 2025
Merged

chore: drop Node.js 18 support #4243

merged 4 commits into from
Aug 1, 2025

Conversation

dreamorosi
Copy link
Contributor

Summary

Changes

Please provide a summary of what's being changed

This PR drops support for Node.js 18 by:

  • increasing the minimum engine version in the main package.json & package-lock.json
  • removing the 18.x from GitHub Issue templates
  • removing 18 from all matrixes in GitHub Actions
  • removing Node.js 18 from the badge in the main README.md file
  • removing test:e2e:nodejs18x commands from all package.json files
  • removing the NODEJS_18_X runtime and increasing the minimum runtime to NODEJS_20_X in all Lambda layer configurations
  • setting the compile target to ES2023 (aka Node.js 20) in the main tsconfig.json file
  • removing Middy.js 4.x from dev dependencies and tests, since 5.x (new minimum supported version by Powertools for AWS) supports only Node.js 20 and above

Please add the issue number below, if no issue is present the PR might get blocked and not be reviewed

Issue number: closes #3562


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@dreamorosi dreamorosi self-assigned this Jul 31, 2025
@pull-request-size pull-request-size bot added the size/M PR between 30-99 LOC label Jul 31, 2025
@boring-cyborg boring-cyborg bot added automation This item relates to automation dependencies Changes that touch dependencies, e.g. Dependabot, etc. documentation Improvements or additions to documentation internal PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.) layers Items related to the Lambda Layers pipeline tests PRs that add or change tests labels Jul 31, 2025
@dreamorosi
Copy link
Contributor Author

@dreamorosi dreamorosi marked this pull request as ready for review July 31, 2025 20:17
@dreamorosi dreamorosi requested a review from svozza July 31, 2025 20:17
@dreamorosi dreamorosi requested a review from svozza August 1, 2025 00:57
Copy link

sonarqubecloud bot commented Aug 1, 2025

@dreamorosi dreamorosi merged commit 028e183 into main Aug 1, 2025
35 checks passed
@dreamorosi dreamorosi deleted the chore/drop_node_18 branch August 1, 2025 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation This item relates to automation dependencies Changes that touch dependencies, e.g. Dependabot, etc. documentation Improvements or additions to documentation internal PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.) layers Items related to the Lambda Layers pipeline size/M PR between 30-99 LOC tests PRs that add or change tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maintenance: drop support for Node.js 18
2 participants