Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use latest npm on Windows #1427

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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