mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Merge pull request #13485 from ethereum/pin-hardhat-in-gp2-ext-tests
Pin hardhat version in GP2 external tests
This commit is contained in:
		
						commit
						e0b2162bf9
					
				@ -69,6 +69,8 @@ function gp2_test
 | 
				
			|||||||
    force_hardhat_unlimited_contract_size "$config_file" "$config_var"
 | 
					    force_hardhat_unlimited_contract_size "$config_file" "$config_var"
 | 
				
			||||||
    npm install
 | 
					    npm install
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    npm install hardhat@2.10.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Some dependencies come with pre-built artifacts. We want to build from scratch.
 | 
					    # Some dependencies come with pre-built artifacts. We want to build from scratch.
 | 
				
			||||||
    rm -r node_modules/@gnosis.pm/safe-contracts/build/
 | 
					    rm -r node_modules/@gnosis.pm/safe-contracts/build/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user