From e98697e21ff45c00bea74ac95f97fa658d0dd694 Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Tue, 15 May 2018 09:36:53 -0700 Subject: [PATCH] chore: add node 10 to jenkins License: MIT Signed-off-by: Jacob Heun --- ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index a7da2e5..6f4483f 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']])