Skip to content

Commit

Permalink
chore(mongodb): fix build after v5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kobi-co committed Feb 6, 2023
1 parent ff109b7 commit a2eb787
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mongodb:
jobs:
- versions: ">=3.3 <4"
commands: npm run test
- versions: ">=4"
- versions: ">=4 <5"
commands: npm run test-new-versions

# Fix missing `contrib-test-utils` package
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,8 @@
"@opentelemetry/instrumentation": "^0.35.1",
"@opentelemetry/semantic-conventions": "^1.0.0"
},
"overrides":{
"@types/bson": "4.0.5"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-mongodb#readme"
}

0 comments on commit a2eb787

Please sign in to comment.