asmcrypto / asmcrypto.js

JavaScript Cryptographic Library with performance in mind.
MIT License
659 stars 182 forks source link

Bump dependencies #179

Closed danrr closed 3 years ago

danrr commented 3 years ago

The current version of the library fails to build on the latest releases of current and LTS Node: v12.18.4 and v14.12.0.

Bumping up the versions of the build dependencies fixes this. I also added Node v12 & v14 to the Travis CI run to verify that the library works as expected on those versions.

Fixes #178

danrr commented 3 years ago

Passing CI run with v12 & v14: https://travis-ci.org/github/asmcrypto/asmcrypto.js/builds/729942961

alippai commented 3 years ago

Thank you @danrr! I'll make a release on this or next weekend.