-
Notifications
You must be signed in to change notification settings - Fork 979
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
Support for nodejs version 14 #361
Comments
@ivanmartos - We'll support nodejs version 14 once it is LTS. As per https://nodejs.org/en/about/releases/, that would be after 10/20. You can use "n latest" or "n 14" in your buildspec to get nodejs 14 within CodeBuild provided image. |
@subinataws I'm not following your comment about version: 0.2
phases:
install:
runtime-versions:
nodejs: 12.x # are you saying we can indicate to use node 14 here? Also, in addition to |
@salimhamed - No, not in runtimes section, but in your build commands. node.js 14 was LTS today. Team will add that to the new/latest CodeBuild images with its next rollout.
|
@subinataws this live? LTS v14 is up! |
@arpowers - It will be a few weeks before CodeBuild's latest official image has support for v14. This release is in progress, but won't be enabled until it has rolled out to all Regions and tested. We'll provide an update, when this update is available. |
can we have any estimation for this being available? The last comment was 14 days ago and could be great when this could be done. |
Now available in standard:5.0. |
Current version of nodejs is 14 (https://nodejs.org/en/)
Could we pls get support of this version in
amazonlinux2*
image pls?The text was updated successfully, but these errors were encountered: