witnet / web3-jsonrpc-gateway

A Web3 JSON-RPC provider that handles accounts on its own using Ethers.js but delegates chain queries to a 3rd party service, e.g. Infura
MIT License
3 stars 3 forks source link

Fix CI pipeline to release a new binary #75

Closed Tommytrg closed 6 months ago

Tommytrg commented 6 months ago

Currently, we are trying to use Node 14, 16 and 18 and the pipelines broke during the installation phase. We have to upgrade the CI pipelines to use Node 20.