From 516e41474d886428bd9accac6f1c6bb3faac1921 Mon Sep 17 00:00:00 2001 From: Jonathan Lui Date: Wed, 7 Nov 2018 13:52:03 -0800 Subject: [PATCH] chore: use latest npm on Windows (#1427) --- .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