aws / aws-codebuild-docker-images

Official AWS CodeBuild repository for managed Docker images http://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref.html
Other
1.11k stars 971 forks source link

Add support for Node 21 #708

Closed aliosmanmenekse closed 6 months ago

aliosmanmenekse commented 6 months ago

Hello there 👋 ,

Now that Node 21 is available (https://nodejs.org/en/), can we add support for Node 21 as a supported runtime on CodeBuild?

Thanks heaps.

subinataws commented 6 months ago

Thanks for the suggestion. CodeBuild unfortunately will only be adding support for LTS versions of the runtime. Version 21 is not an LTS and will go out of support shortly. You may consider using a custom image for nodejs 21. Resolving.