-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat: update minimum node.js version to 16.x #13807
Conversation
Couple things.
So, let's update this PR to bump things to Node.js 16.13.0 (the first 16.x LTS release) and then I put a (new) |
I saw the EOL for 14 but I've kept it in so it won't break anything for people using Ti SDK 10 (14 was the minimum there already). Node 12 is gone since 11 month and still in the files 😄 But if we raise it to 16 then we should go with Ti SDK 13. It's not anything highly requested, just saw the numbers before and wanted to raise it 😄 |
Node.js 20 just dropped: https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#20.0.0 |
…ator/titanium_mobile into 230418_min_node_version
Updated the version to min 16, removed node 14 and add 18/20 to the list. |
Any update here? Don't think it is a breaking change as with 12.1.0 the minimum nodejs version was 16.x already: anything below that didn't work. So we could include that in 12.3.0 and get rid of the node 20 warning. |
Yep, I closed the PR due to the feedback there (+ the fact that this one exists already). I would prefer to keep maintaining this version of the CLI for now (and merge this PR) if Chris is also okay with it |
Current min version is 12.x (not used or supported anymore). Raising this to 16.x
Side note:
titanium
has engines: node > 14.15 alreadygithub actions use node 16 already to build everything