ember-cli / ember-fetch

HTML5 fetch polyfill from github wrapped and bundled for ember-cli users.
MIT License
176 stars 82 forks source link

drop support for node < 16 #742

Open mansona opened 10 months ago

mansona commented 10 months ago

We're starting to hit issues with Node 14 in PRs like https://github.com/ember-cli/ember-fetch/pull/741 with Node 14 so we need to update our support.

I know node 16 is already EOL but I thought it would be best to keep it for the next major 👍

Also I noticed that the CI file wasn't using setup-node correctly 🤦