From 366284c8872629aee51355f4215a0dbb7064035b Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Mon, 7 Oct 2024 13:52:10 +0200 Subject: [PATCH] chore(ci): pin npm 10.x version to 10.8.3 for Windows CI failures --- .evergreen/install-node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.evergreen/install-node.sh b/.evergreen/install-node.sh index be6aaa2ac..4378f5c85 100755 --- a/.evergreen/install-node.sh +++ b/.evergreen/install-node.sh @@ -5,7 +5,7 @@ export BASEDIR="$PWD/.evergreen" if echo $NODE_JS_VERSION | grep -q ^16 ; then NPM_VERSION=9.9.2 # 9.9.3 does not install well on Windows else - NPM_VERSION=10.x + NPM_VERSION=10.8.3 # 10.9.0 does not install well on Windows fi if [ "$OS" == "Windows_NT" ]; then