Skip to content

Commit 6937799

Browse files
committed
gnosis: Pin typescript dependency at <= 4.7.0
1 parent dcf23ed commit 6937799

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/externalTests/gnosis.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ function gnosis_safe_test
9494
npm install
9595
npm install hardhat-gas-reporter
9696

97+
# Typescript compilation fails with typescript >= 4.7:
98+
# Error: Debug Failure. False expression: Non-string value passed to `ts.resolveTypeReferenceDirective`
99+
npm install "typescript@<4.7.0"
100+
97101
# With ethers.js 5.6.2 many tests for revert messages fail.
98102
# TODO: Remove when https://github.com/ethers-io/ethers.js/discussions/2849 is resolved.
99103
npm install [email protected]

0 commit comments

Comments
 (0)