Skip to content

Commit be3f0af

Browse files
committed
update tested version of mongodb-client-encryption
1 parent 9463c19 commit be3f0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if [[ -z "${CLIENT_ENCRYPTION}" ]]; then
3333
unset AWS_ACCESS_KEY_ID;
3434
unset AWS_SECRET_ACCESS_KEY;
3535
else
36-
npm install mongodb-client-encryption
36+
npm install mongodb-client-encryption@1.1.1-beta.0
3737
fi
3838

3939
MONGODB_UNIFIED_TOPOLOGY=${UNIFIED} MONGODB_URI=${MONGODB_URI} npm run test-nolint

0 commit comments

Comments
 (0)