Skip to content

Commit

Permalink
chore(ci): pin npm 10.x version to 10.8.3 for Windows CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Oct 7, 2024
1 parent f3a9ca6 commit 366284c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/install-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 366284c

Please sign in to comment.