mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #13491 from ethereum/pin-hardhat-version-in-bleeps-tests
Pin hardhat version in bleeps tests
This commit is contained in:
commit
7351f6d084
@ -86,6 +86,10 @@ function bleeps_test
|
|||||||
npm install npm-run-all
|
npm install npm-run-all
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
|
# Causes a test failure with hardhat 2.11.0 (latest at the moment of writing this)
|
||||||
|
# TODO: Remove when https://github.com/wighawag/bleeps/issues/4 is resolved
|
||||||
|
npm install hardhat@2.10.2
|
||||||
|
|
||||||
# TODO: Bleeps depends on OpenZeppelin 4.3.2, which is affected by
|
# TODO: Bleeps depends on OpenZeppelin 4.3.2, which is affected by
|
||||||
# https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3293.
|
# https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3293.
|
||||||
# Forcing OZ >= 4.6.0 fixes this but it also causes a lot of unrelated compilation errors.
|
# Forcing OZ >= 4.6.0 fixes this but it also causes a lot of unrelated compilation errors.
|
||||||
|
Loading…
Reference in New Issue
Block a user