It seems the just recently released version 3.2.0 does not work with node 14 anymore * as I was seeing build errors in CI to [pop up](https://github.com/CrowdStrike/ember-headless-form/actions/runs/3986007904/jobs/6842377338), that got fixed by upgrading node (https://github.com/CrowdStrike/ember-headless-form/pull/18) * as the project's own CI seems to have needed upgrading: https://github.com/wessberg/rollup-plugin-ts/compare/v3.2.0...master So dropping node 14 support should have been marked as a breaking change, that would require a new major. Leaving here for visibility...
It seems the just recently released version 3.2.0 does not work with node 14 anymore
So dropping node 14 support should have been marked as a breaking change, that would require a new major. Leaving here for visibility...