Skip to content

Commit c2b988e

Browse files
ci(NODE-7262): use kerberos alpha in CI (#4749)
1 parent 05f329e commit c2b988e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-kerberos-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export MONGODB_URI="mongodb://${USER}@${SASL_HOST}/${GSSAPI_DB}?authMechanism=GS
2828

2929
set -o xtrace
3030

31-
npm i -D kerberos
31+
npm i -D kerberos@alpha
3232
npm run check:kerberos
3333

3434
set +o xtrace

0 commit comments

Comments
 (0)