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

fix: build-lint-test workflow dependencies installation #319

Closed cryptodev-2s closed 2 months ago

cryptodev-2s commented 2 months ago

Fix Build, Lint, and Test workflow by replacing yarn --immutable --immutable-cache with yarn --immutable

mcmire commented 2 months ago

I pushed up a PR to upgrade Node and fix CI here: https://github.com/MetaMask/eth-json-rpc-middleware/pull/321