mattrglobal / bls12381-key-pair

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

ci: add support for node 18 #68

Closed afonsobarracha closed 11 months ago

afonsobarracha commented 11 months ago

Adding support to Node 18, the current LTS

Description

Motivation and Context

Add support for the current LTS version of node

Does this PR introduce a breaking change?

One of the dependencies requires node 14 and up, so I am removing support for Node bellow that.

Which merge strategy will you use?