From 3ae4af826825f8c0649d552d1df3dff4aabca9fa Mon Sep 17 00:00:00 2001 From: Adin Schmahmann Date: Fri, 15 Oct 2021 12:09:48 -0400 Subject: [PATCH] ci: update ipfs interop tests (#8512) * ci: update ipfs interop tests Co-authored-by: Alex Potsides --- .circleci/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/main.yml b/.circleci/main.yml index b6bd73a86..f11c95199 100644 --- a/.circleci/main.yml +++ b/.circleci/main.yml @@ -211,8 +211,8 @@ jobs: name: Installing dependencies command: | npm init -y - npm install ipfs@^0.52.2 - npm install ipfs-interop@^4.0.0 + npm install ipfs@^0.59.1 + npm install ipfs-interop@^7.0.3 npm install mocha-circleci-reporter@0.0.3 working_directory: ~/ipfs/go-ipfs/interop - run: