Skip to content

Commit

Permalink
pin otel api version in integration test (#4388)
Browse files Browse the repository at this point in the history
  • Loading branch information
bengl authored and ida613 committed Jun 10, 2024
1 parent 0bbd203 commit 162a875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/opentelemetry.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('opentelemetry', () => {

before(async () => {
const dependencies = [
'@opentelemetry/api'
'@opentelemetry/api@1.8.0'
]
if (satisfies(process.version.slice(1), '>=14')) {
dependencies.push('@opentelemetry/sdk-node')
Expand Down

0 comments on commit 162a875

Please sign in to comment.