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.
Alex Potsides committed
Dec 1, 2020 at 14:17 UTC
34e447b0f457c00310f8c7860990d4184ce9191f
1 file changed
+2
-2
.circleci/config.yml
+2
-2
@@ -174,8 +174,8 @@ jobs:
174
name: Installing dependencies
175
command: |
176
npm init -y
177
- npm install ipfs@^0.50.1
178
- npm install ipfs-interop@^3.0.0
177
+ npm install ipfs@^0.52.2
178
+ npm install ipfs-interop@^4.0.0
179
npm install mocha-circleci-reporter@0.0.3
180
working_directory: ~/ipfs/go-ipfs/interop
181
- run: