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 4ef2c3c commit 0f79386Copy full SHA for 0f79386
.evergreen/run-bson-ext-test.sh
@@ -23,7 +23,7 @@ fi
23
# run tests
24
echo "Running $AUTH tests over $SSL, connecting to $MONGODB_URI"
25
26
-npm install mongodb-client-encryption@">=2.2.0-alpha.6"
+npm install mongodb-client-encryption@">=2.2.0"
27
npm install bson-ext
28
29
export MONGODB_API_VERSION=${MONGODB_API_VERSION}
.evergreen/run-tests.sh
@@ -56,7 +56,7 @@ else
56
source "$DRIVERS_TOOLS"/.evergreen/csfle/set-temp-creds.sh
57
fi
58
59
60
npm install @mongodb-js/zstd
61
npm install snappy
62
0 commit comments