appuniversum / ember-appuniversum

Ember addon wrapping the appuniversum components.
https://appuniversum.github.io/ember-appuniversum
MIT License
14 stars 11 forks source link

Update the setup to node 18 #441

Closed Windvis closed 11 months ago

Windvis commented 11 months ago

This updates the dev and CI setup to node 18. node 14 (and 16) are both EOL and some tools (Prettier for example) start to depend on newer features.

This only affects the dev setup. The addon doesn't really do any node logic, so it will have little influence on consumers.