From 14caae4b02991a841d6ffce62ce05694547d18db Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Tue, 19 Dec 2023 11:32:55 +0100 Subject: [PATCH] Scripts: Upgrade TestCafe from v3.2.0 to v3.4.0 in install-nodejs.sh Signed-off-by: Michael Mayer --- scripts/dist/install-nodejs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dist/install-nodejs.sh b/scripts/dist/install-nodejs.sh index ceccf0700..31d445ff0 100755 --- a/scripts/dist/install-nodejs.sh +++ b/scripts/dist/install-nodejs.sh @@ -30,6 +30,6 @@ apt-get update && apt-get -qq install nodejs echo "Installing TestCafe..." npm config set cache ~/.cache/npm -npm install --unsafe-perm=true --allow-root -g npm@latest testcafe@3.2.0 +npm install --unsafe-perm=true --allow-root -g npm@latest npm-check-updates@latest testcafe@3.4.0 echo "Done." \ No newline at end of file