paritytech / polkadot-testnet-faucet

https://faucet.polkadot.io/
MIT License
36 stars 34 forks source link

Reuse matrix helpers from `@eng-automation/testing` #412

Closed rzadp closed 6 months ago

rzadp commented 6 months ago

Running into some weird issues with yarn install with this.

mutantcornholio commented 6 months ago

@rzadp well, one way around it is to remove yarn.lock

Bullrich commented 6 months ago

We can also make eng-automation work both with es modules and with ES2020 for every case

rzadp commented 6 months ago

@rzadp well, one way around it is to remove yarn.lock

It helped locally, but not on CI 🤔

rzadp commented 6 months ago

Regenerating yarn.lock with yarn version 1.22.22 helped. Thanks @mutantcornholio!