ember-cli / ember-cli

The Ember.js command line utility.

Home Page:https://cli.emberjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop Node 16 in ember-cli 5.4

kategengler opened this issue · comments

Node 16 was only supported through early September 2023. A newly generated ember app on the 5.4 beta already does not work on Node 16 due to a transitive dependency that has updated their engines.

dang that was fast

Forgot to put that issue in the Development section of my PR, but I think we can close it now 😄

Thank you again!

For future reference, we dropped support in line with our Node Support Policy https://github.com/ember-cli/ember-cli/blob/beta/docs/node-support.md We support LTSes of Node on the primary branch until the date that Node itself ends support for the version, meaning we do not release a version incompatible with a Node LTS until a minimum of 6 weeks after Node itself stopped supporting that version.