Skip to content

Commit 0f79386

Browse files
test(NODE-4525): bump mongodb-client-encryption to 2.2.0 in CI (#3353)
1 parent 4ef2c3c commit 0f79386

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/run-bson-ext-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fi
2323
# run tests
2424
echo "Running $AUTH tests over $SSL, connecting to $MONGODB_URI"
2525

26-
npm install mongodb-client-encryption@">=2.2.0-alpha.6"
26+
npm install mongodb-client-encryption@">=2.2.0"
2727
npm install bson-ext
2828

2929
export MONGODB_API_VERSION=${MONGODB_API_VERSION}

.evergreen/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ else
5656
source "$DRIVERS_TOOLS"/.evergreen/csfle/set-temp-creds.sh
5757
fi
5858

59-
npm install mongodb-client-encryption@">=2.2.0-alpha.6"
59+
npm install mongodb-client-encryption@">=2.2.0"
6060
npm install @mongodb-js/zstd
6161
npm install snappy
6262

0 commit comments

Comments
 (0)