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

feat: end support for Node.js 14.x #543

Closed
naotama2002 opened this issue Jun 18, 2024 · 0 comments
Closed

feat: end support for Node.js 14.x #543

naotama2002 opened this issue Jun 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@naotama2002
Copy link

Is your feature request related to a problem? Please describe.
Node.js tests are failing because aws-sdk-js-3 (@aws-sdk/client-cloudformation), on which examples/minimal/ depends, no longer supports Node.js 14
ex. https://github.com/floydspace/serverless-esbuild/pull/537/checks

The cause is the end of support for Node.js 14.x in aws-sdk-js-3 issue #6034.
Therefore, since the release of aws-sdk-js-3 v3.567.0 which includes #6034, tests for Node.js 14 will fail.

Describe the solution you'd like
End support for Node.js 14.x.

Describe alternatives you've considered
"I have no ideas.

Additional context
Since Node.js 14 is not listed in the supported runtimes, I think supporting Node.js 16 and 18 is sufficient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants