paulmillr / noble-ed25519

Fastest 4KB JS implementation of ed25519 signatures
https://paulmillr.com/noble
MIT License
420 stars 51 forks source link

ci: test nodejs v16/v18/v20 #87

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

Will update according to resolution of https://github.com/paulmillr/noble-secp256k1/pull/105

paulmillr commented 1 year ago

@legobeat ping