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 b297553 commit e769ea1Copy full SHA for e769ea1
.evergreen/setup-env.sh
@@ -4,7 +4,7 @@ set -x
4
OS_ARCH="$(uname "-m")"
5
6
export BASEDIR="$PWD/.evergreen"
7
-export PATH="$BASEDIR/npm-10/node_modules/.bin:$BASEDIR/node-v$NODE_JS_VERSION-win-x64:/opt/java/jdk16/bin:$PATH"
+export PATH="$BASEDIR/npm-10/node_modules/.bin:$BASEDIR/node-v$NODE_JS_VERSION-win-x64:/opt/java/jdk21/bin:$PATH"
8
9
export MONGOSH_GLOBAL_CONFIG_FILE_FOR_TESTING="$BASEDIR/../../testing/tests-globalconfig.conf"
10
0 commit comments