mozilla / fxa-content-server

DEPRECATED - Migrated to https://github.com/mozilla/fxa
Mozilla Public License 2.0
163 stars 120 forks source link

Remove support for node 8, support 10+ #7040

Closed shane-tomlinson closed 5 years ago

shane-tomlinson commented 5 years ago

We still support node 8 but our Docker images are now built using node 10. Let's drop support for node 8.

farhan787 commented 5 years ago

@shane-tomlinson could you please elaborate where are we using node 8.

shane-tomlinson commented 5 years ago

@farhan787 it's still specified in package.json and .nvmrc

farhan787 commented 5 years ago

@shane-tomlinson may I take this one ?

championshuttler commented 5 years ago

Can i take this up? I would like to work on it.

Thanks

farhan787 commented 5 years ago

@championshuttler I think you didn't noticed my PR, I've already done that.