mozilla-services / ip-reputation-js-client

A node JS client to the iprepd IP reputation service
Mozilla Public License 2.0
5 stars 8 forks source link

upgrade required node version to 12+ #37

Closed g-k closed 4 years ago

g-k commented 4 years ago

Staying on node 8 is probably going to limit how up to date we can keep our deps and how much FxA can de-dup.

FxA is the only consumer of this library AFAIK. They're on 12 for dev https://github.com/mozilla/fxa#installing-nodejs , but I'm not sure about prod.

vladikoff commented 4 years ago

@g-k prod is also on 12, per https://github.com/mozilla/fxa/blob/master/.circleci/config.yml#L34