diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index a7da2e54f3..6f4483fb7c 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -1,2 +1,2 @@ // Warning: This file is automatically synced from https://github.com/ipfs/ci-sync so if you want to change it, please change it there and ask someone to sync all repositories. -javascript() +javascript(['nodejs_versions': ['8.11.1','9.2.0','10.0.0']]) diff --git a/package.json b/package.json index 3acb992e7c..1ba18d80a3 100644 --- a/package.json +++ b/package.json @@ -110,10 +110,10 @@ "ipfs-block": "~0.7.1", "ipfs-block-service": "~0.14.0", "ipfs-multipart": "~0.1.0", - "ipfs-repo": "~0.20.0", + "ipfs-repo": "~0.22.0", "ipfs-unixfs": "~0.1.14", "ipfs-unixfs-engine": "~0.29.0", - "ipld": "~0.17.0", + "ipld": "~0.17.1", "ipld-dag-cbor": "~0.12.0", "ipld-dag-pb": "~0.14.4", "is-ipfs": "~0.3.2",