We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7803ee1 commit 836056eCopy full SHA for 836056e
.evergreen/install-node.sh
@@ -5,7 +5,7 @@ export BASEDIR="$PWD/.evergreen"
5
if echo $NODE_JS_VERSION | grep -q ^16 ; then
6
NPM_VERSION=9.9.2 # 9.9.3 does not install well on Windows
7
else
8
- NPM_VERSION=10.x
+ NPM_VERSION=10.8.3 # 10.9.0 does not install well on Windows
9
fi
10
11
if [ "$OS" == "Windows_NT" ]; then
0 commit comments