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 #70

Closed afonsobarracha closed 11 months ago

afonsobarracha commented 11 months ago

Description

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

Motivation and Context

Add support for Node 18 the current LTS

Does this PR introduce a breaking change?

@mattrglobal/bbs-signatures requires Node version 14 or above, so we need to enforce that on this library as well

Which merge strategy will you use?