From 275d80f8becd532b3a37565a1204adde09ef0b54 Mon Sep 17 00:00:00 2001 From: Jonathan Lui Date: Wed, 7 Nov 2018 13:33:42 -0800 Subject: [PATCH] chore: use latest npm on Windows --- .kokoro/test.bat | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.kokoro/test.bat b/.kokoro/test.bat index d60473666b0..767320757e0 100644 --- a/.kokoro/test.bat +++ b/.kokoro/test.bat @@ -1,4 +1,4 @@ -@rem Copyright 2018 gRPC authors. +@rem Copyright 2018 Google LLC. All rights reserved. @rem @rem Licensed under the Apache License, Version 2.0 (the "License"); @rem you may not use this file except in compliance with the License. @@ -17,8 +17,7 @@ cd /d %~dp0 cd .. -call npm install -g npm@5 || goto :error - +call npm install -g npm@latest || goto :error call npm install || goto :error call npm run test || goto :error