Skip to content

Commit

Permalink
test(instrumentation-aws-sdk): adapt tav versions include rule for v1…
Browse files Browse the repository at this point in the history
…4 and v16 (#2643)
  • Loading branch information
pichlermarc authored Jan 14, 2025
1 parent d8eb95f commit 3dfc7e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/node/opentelemetry-instrumentation-aws-sdk/.tav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
commands: npm run test
- node: "16"
versions:
include: "^3.6.1 && <3.723.0"
include: ">=3.6.1 <3.723.0"
exclude: "3.529.0 || >=3.363.0 <=3.377.0"
mode: "max-7"
commands: npm run test
- node: "14"
versions:
include: "^3.6.1 && <3.567.0"
include: ">=3.6.1 <3.567.0"
exclude: "3.529.0 || >=3.363.0 <=3.377.0"
mode: "max-7"
commands: npm run test
Expand All @@ -46,13 +46,13 @@
commands: npm run test
- node: "16"
versions:
include: "^3.24.0 && <3.723.0"
include: ">=3.24.0 <3.723.0"
exclude: ">=3.363.0 <=3.377.0"
mode: "max-7"
commands: npm run test
- node: "14"
versions:
include: "^3.24.0 && <3.567.0"
include: ">=3.24.0 <3.567.0"
exclude: ">=3.363.0 <=3.377.0"
mode: "max-7"
commands: npm run test

0 comments on commit 3dfc7e3

Please sign in to comment.