From 8c732e826027e6e551cc62543fe39c5c5fb1b376 Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 29 May 2018 16:25:39 +0100 Subject: [PATCH 1/3] chore: update ipfs-repo for node10 support --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3acb992e7c..a75546a01e 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "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", From f6415a7b550f20704c82408c79fe03b26626b137 Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 29 May 2018 16:26:18 +0100 Subject: [PATCH 2/3] chore: test on Node.js 10 too --- ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']]) From 1fcb8a0c8caa58fda2cf35e81315d36423bf4870 Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 29 May 2018 17:18:58 +0100 Subject: [PATCH 3/3] chore: update ipld --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a75546a01e..1ba18d80a3 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "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",