From 530e8805b77949c0e8b265a21b181a3b07dd3c3c Mon Sep 17 00:00:00 2001 From: Sukh Singh Date: Tue, 29 Aug 2023 16:57:09 +0100 Subject: [PATCH] trying specific version for ci --- 01-wallet/test/npmton/index.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-wallet/test/npmton/index.sh b/01-wallet/test/npmton/index.sh index 35840e7..1e3611d 100755 --- a/01-wallet/test/npmton/index.sh +++ b/01-wallet/test/npmton/index.sh @@ -2,7 +2,7 @@ set -ev npm init --yes npm install dotenv npm install ts-node -npm install @ton/ton @ton/core @ton/crypto +npm install @ton/ton @ton/core@0.52.0 @ton/crypto npm install @orbs-network/ton-access npx ts-node step7.ts > step7.output.txt diff step7.output.txt step7.expected.txt