Skip to content

Commit 836056e

Browse files
authored
chore(ci): pin npm 10.x version to 10.8.3 for Windows CI failures (#2197)
1 parent 7803ee1 commit 836056e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/install-node.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export BASEDIR="$PWD/.evergreen"
55
if echo $NODE_JS_VERSION | grep -q ^16 ; then
66
NPM_VERSION=9.9.2 # 9.9.3 does not install well on Windows
77
else
8-
NPM_VERSION=10.x
8+
NPM_VERSION=10.8.3 # 10.9.0 does not install well on Windows
99
fi
1010

1111
if [ "$OS" == "Windows_NT" ]; then

0 commit comments

Comments
 (0)