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

Support for nodejs version 14 #361

Closed
ivanmartos opened this issue Jun 16, 2020 · 7 comments
Closed

Support for nodejs version 14 #361

ivanmartos opened this issue Jun 16, 2020 · 7 comments

Comments

@ivanmartos
Copy link

Current version of nodejs is 14 (https://nodejs.org/en/)

Could we pls get support of this version in amazonlinux2* image pls?

@subinataws
Copy link
Contributor

@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.

@salimhamed
Copy link

salimhamed commented Oct 28, 2020

@subinataws I'm not following your comment about n latest or n 14. Here's an example buildspec.yml:

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 amazonlinux2* images, can you please make node 14 available in aws/codebuild/standard:3.0 and aws/codebuild/standard:4.0?

@subinataws
Copy link
Contributor

subinataws commented Oct 28, 2020

@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.

version: 0.2

phases:
  build:
    commands:
      - n latest

@arpowers
Copy link

@subinataws this live? LTS v14 is up!

@subinataws
Copy link
Contributor

subinataws commented Oct 29, 2020

@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.

@josgilmo
Copy link

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.

@aws aws locked and limited conversation to collaborators Nov 11, 2020
@subinataws
Copy link
Contributor

Now available in standard:5.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants