mozilla / fxa-auth-server

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

Test using Node 10 on travis #2906

Closed shane-tomlinson closed 5 years ago

shane-tomlinson commented 5 years ago

We use scrypt-hash here which does not work on node 10, luckily @philbooth has done the work to provide a node 8 & 10 compatible interface that uses scrypt-hash on node 8 and crypto.scrypt for node 10.

We should drag that wrapper over here and start testing on node 10.

philbooth commented 5 years ago

Hmm? https://github.com/mozilla/fxa-auth-server/pull/2902

shane-tomlinson commented 5 years ago

Hmm? #2902

Where is my mind?