Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit 5aa2372

Browse files
jkwluiJustinBeckwith
authored andcommitted
chore: use latest npm on Windows (#165)
1 parent 79dd64a commit 5aa2372

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.kokoro/test.bat

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@rem Copyright 2018 gRPC authors.
1+
@rem Copyright 2018 Google LLC. All rights reserved.
22
@rem
33
@rem Licensed under the Apache License, Version 2.0 (the "License");
44
@rem you may not use this file except in compliance with the License.
@@ -17,8 +17,7 @@
1717
cd /d %~dp0
1818
cd ..
1919

20-
call npm install -g npm@5 || goto :error
21-
20+
call npm install -g npm@latest || goto :error
2221
call npm install || goto :error
2322
call npm run test || goto :error
2423

0 commit comments

Comments
 (0)