MetaMask / eth-json-rpc-middleware

Ethereum middleware for composing an Ethereum provider using json-rpc-engine. Intended to replace provider-engine
ISC License
179 stars 88 forks source link

Temporarily use Node 22.5.1 to get CI to run #321

Closed mcmire closed 2 months ago

mcmire commented 2 months ago

There seems to be a regression in Node 22.5.0 which prevents yarn install from running and in turns prevents CI from completing successfully. This regression was fixed in 22.5.1. We are using 22.x in CI, so in theory it should be using this version, but that does not seem be the case right now. So this commit ensures that CI is using this version by naming it explicitly.