ember-cli / ember-cli-update

Update Ember CLI projects
MIT License
278 stars 41 forks source link

Node version support doesn't match codemods #1167

Open BryanCrotaz opened 2 years ago

BryanCrotaz commented 2 years ago

ember-cli-update supports node >=12. The codemods it uses mostly support node <=10.

This makes it useless. Can the node support be opened up to allow node 10?

Yelinz commented 1 year ago

Codemods run with node 14.4, see https://github.com/ember-cli/ember-cli-update/issues/1105#issuecomment-1293170195 for more details