From 328a6e65031c36b667a199ce60c02c49815312ca Mon Sep 17 00:00:00 2001 From: Adam Bollen Date: Thu, 12 Dec 2024 14:23:25 -0800 Subject: [PATCH] Remove CLI v2 requirement --- concourse/scripts/perf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concourse/scripts/perf.sh b/concourse/scripts/perf.sh index a9da6420..31bdead1 100755 --- a/concourse/scripts/perf.sh +++ b/concourse/scripts/perf.sh @@ -8,7 +8,7 @@ export LOG_UNIQUE=$(date +%s%3N) # Install fauna-shell apt update -qq apt install -y -qq npm -npm install --silent -g fauna-shell@^2.0.0 +npm install --silent -g fauna-shell@^3.0.0 cd repo.git