From 34e447b0f457c00310f8c7860990d4184ce9191f Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Tue, 1 Dec 2020 14:17:36 +0000 Subject: [PATCH] chore: update interop tests and js-ipfs version The internal bin path for js-ipfs changed recently so a major bump to the interop tests was required, this PR updates to the new version. --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 644ba1846..fba4a361b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -174,8 +174,8 @@ jobs: name: Installing dependencies command: | npm init -y - npm install ipfs@^0.50.1 - npm install ipfs-interop@^3.0.0 + npm install ipfs@^0.52.2 + npm install ipfs-interop@^4.0.0 npm install mocha-circleci-reporter@0.0.3 working_directory: ~/ipfs/go-ipfs/interop - run: