Skip to content

Commit

Permalink
chore: use latest npm on Windows (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and JustinBeckwith committed Nov 7, 2018
1 parent 1809e13 commit 516e414
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .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.
Expand All @@ -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

Expand Down

0 comments on commit 516e414

Please sign in to comment.