paulmillr / noble-hashes

Audited & minimal JS implementation of hash functions, MACs and KDFs.
https://paulmillr.com/noble
MIT License
545 stars 46 forks source link

ci: test nodejs v16/v18/v20 #54

Closed legobeat closed 1 year ago

legobeat commented 1 year ago

This extends the nodejs CI workflow to test using each of the supported major Node.js versions, to reduce the risk of future regressions causing unexpected differences between runtime versions.

Sample run

legobeat commented 1 year ago

This can be updated to run tests on nodejs v16 (confirming behavior with/without shim)

paulmillr commented 1 year ago

Updated it to v18/v20 after your PR, thanks.