From fff5170e02fd69b58be7d5b578318760e2c5463e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Thu, 9 Aug 2018 10:09:09 +0200 Subject: [PATCH] ci: call cleanWs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit License: MIT Signed-off-by: Ɓukasz Magiera --- ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 50b040059b3..b473dd7ea30 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -29,7 +29,7 @@ def build_platforms = [ ] /* js-* tests */ -def js_api_commit = '80452eb62903bf405a9085cd14a233da8a5e31a4' // 22.3.0 +def js_api_commit = 'e61155ae8edaee902cb3a1dcd8ba3d3afb093d1c' // 24.0.1 def interop_commit = '6593ccdca5d7b4c747787f71f7ac4b5f6f1ab10b' def js_api_platforms = ['linux', 'macos']