Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .kokoro/test.bat
Original file line number Diff line number Diff line change
@@ -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