From e3fe4c07baa2f6ed3b13282f45ed446e4a5568a3 Mon Sep 17 00:00:00 2001 From: Johan Wigert <45201794+jwigert@users.noreply.github.com> Date: Thu, 9 Apr 2020 08:43:08 +0200 Subject: [PATCH] Update README with install of older Newman version Hi! My pipeline failed this morning, since Newman 5.0.0 has just been released. I needed to adjust the installer task to use an older version. I thought this info might be useful to others as well. Kind regards, Johan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 610aa04..4351a4f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ You can include this task in a build or release pipeline. Here's a quick 'How To 1. Set `custom` as command -1. As 'Command and arguments' set `install newman -g` +1. As 'Command and arguments' set `install newman -g`. Note that if the task version doesn't yet support the latest Newman version, an older version can be used, e.g. `install newman@4.6.1 -g`. ### Execution ###