Skip to content

Commit e0b2162

Browse files
authored
Merge pull request #13485 from ethereum/pin-hardhat-in-gp2-ext-tests
Pin hardhat version in GP2 external tests
2 parents 7911666 + 5305993 commit e0b2162

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/externalTests/gp2.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ function gp2_test
6969
force_hardhat_unlimited_contract_size "$config_file" "$config_var"
7070
npm install
7171

72+
npm install [email protected]
73+
7274
# Some dependencies come with pre-built artifacts. We want to build from scratch.
7375
rm -r node_modules/@gnosis.pm/safe-contracts/build/
7476

0 commit comments

Comments
 (0)