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 NodeJS 14 #643

Open
logicbomb421 opened this issue Apr 9, 2021 · 2 comments
Open

Support NodeJS 14 #643

logicbomb421 opened this issue Apr 9, 2021 · 2 comments

Comments

@logicbomb421
Copy link

Currently NodeJS 8 is EOL, and 10 is in Maintenance LTS for 21 more days (4/30). NodeJS 14 is currently in active LTS.

https://nodejs.org/en/about/releases/

My company has recently upgraded to 14 and all my CLI tooling is now breaking with:

Your node version (v14.16.0) is not compatible with supported node version (<=10.x >=8.x) for this command, click the link to see it in codefresh UI : https://g.codefresh.io/build/6070d1eaa8c50a53a0783fe6

Is there any reason 14 won't work in this util?

@ramonsnir
Copy link

@oren-codefresh I see that you added this version check about a year ago. Maybe you know why, and can amend it?

@oren-codefresh
Copy link
Contributor

Hi @logicbomb421 @ramonsnir
The reason that we added this check is due to the fact that the current firebase library that we are using doesn't support node version below 8 and greater than 10. It's a limitation right now that we are having. One can run builds from the CLI without follows the logs (those can be retrieved from the UI)
Oren.

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

No branches or pull requests

3 participants