From 588be5e18c8147a747953a7e98a97e3cc34fa956 Mon Sep 17 00:00:00 2001 From: Jonathan Lui Date: Mon, 15 Oct 2018 14:24:57 -0700 Subject: [PATCH] build: fix codecov uploading on Kokoro --- .kokoro/test.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/test.bat b/.kokoro/test.bat index 93727bb..d604736 100644 --- a/.kokoro/test.bat +++ b/.kokoro/test.bat @@ -17,7 +17,7 @@ cd /d %~dp0 cd .. -call npm install -g npm@6 || goto :error +call npm install -g npm@5 || goto :error call npm install || goto :error call npm run test || goto :error