mattrglobal / bls12381-key-pair

A library for using BLS 12-381 key pairs
Apache License 2.0
15 stars 10 forks source link

chore: add support for node 18 #69

Closed afonsobarracha closed 11 months ago

afonsobarracha commented 11 months ago

Adds support for Node 18 the latest LTS

Description

Motivation and Context

Node 18 is the current LTS, this PR adds support for it

Does this PR introduce a breaking change?

Some of the dependencies of this library require Node 14 and up, so I remove support for any version bellow that.

Which merge strategy will you use?