Skip to content

Commit c81f0fa

Browse files
committed
chore: fix how I test bson main
1 parent 679a05c commit c81f0fa

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.evergreen/install-dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ fi
1919
source $DRIVERS_TOOLS/.evergreen/install-node.sh
2020

2121
npm install "${NPM_OPTIONS}"
22+
npm install mongodb/js-bson#main
2223

2324
source $DRIVERS_TOOLS/.evergreen/init-node-and-npm-env.sh

package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@mongodb-js/saslprep": "^1.1.9",
29-
"bson": "github:mongodb/js-bson#main",
29+
"bson": "^6.10.0",
3030
"mongodb-connection-string-url": "^3.0.0"
3131
},
3232
"peerDependencies": {

0 commit comments

Comments
 (0)