Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

chore: use latest npm on Windows #124

Merged
merged 1 commit into from
Nov 7, 2018
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