serverless-apigateway-service-proxy icon indicating copy to clipboard operation
serverless-apigateway-service-proxy copied to clipboard

Update Node to v20 from v14 (AWS Support Depreciated)

Open garrett-green opened this issue 7 months ago • 1 comments

Update GitHub Action steps to latest versions and update from Node v14 to v20.

AWS currently supports the following Node.js versions:

Node.js v22.x (until April 30, 2027) Node.js v20.x (until April 30, 2026) Node.js v18.x (until September 1, 2025)

garrett-green avatar May 07 '25 04:05 garrett-green

@horike37 This PR is ready for review.

garrett-green avatar May 19 '25 18:05 garrett-green

Suggestion: Since github action on open source repos are free, why not test it over the 3 currently supported runtimes?

And maybe throw in 14.x + 16.x too while at it, since folk could still be updating their existing functions.)

I understand the argument that we shouldn't be supporting people on these runtimes, but if it's not too hard to add in new features and functionality in a backwards compatible way, then it does make it easier to be sure we're not breaking things for existing users we haven't got around to a runtime update (which they should do).

pieterocp avatar Aug 22 '25 14:08 pieterocp