Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Update e2e-simple.sh
  • Loading branch information
viankakrisna authored Sep 7, 2017
commit e56ac7549f14755de286c8bdff35eca4ca0c6c11
4 changes: 2 additions & 2 deletions tasks/e2e-simple.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ fi

if hash npm 2>/dev/null
then
# npm 5.0-5.3 is too buggy
# npm 5.0-5.4.0 is too buggy
if [ $(npm -v | head -c 1) -eq 5 ]; then
npm i -g npm@^5.4.0
npm i -g npm@^5.4.1
fi;
npm cache clean --force || npm cache verify
fi
Expand Down