We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mongodb-client-encryption
1 parent 8588e57 commit 13bb49cCopy full SHA for 13bb49c
.evergreen/run-tests.sh
@@ -27,7 +27,7 @@ if [[ -z "${CLIENT_ENCRYPTION}" ]]; then
27
unset AWS_ACCESS_KEY_ID;
28
unset AWS_SECRET_ACCESS_KEY;
29
else
30
- npm install [email protected]-rc3.0
+ npm install [email protected]
31
fi
32
33
MONGODB_UNIFIED_TOPOLOGY=${UNIFIED} MONGODB_URI=${MONGODB_URI} npm test
0 commit comments