Skip to content

Commit 3dfc7e3

Browse files
authored
test(instrumentation-aws-sdk): adapt tav versions include rule for v14 and v16 (#2643)
1 parent d8eb95f commit 3dfc7e3

File tree

1 file changed

+4
-4
lines changed
  • plugins/node/opentelemetry-instrumentation-aws-sdk

1 file changed

+4
-4
lines changed

plugins/node/opentelemetry-instrumentation-aws-sdk/.tav.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
commands: npm run test
2626
- node: "16"
2727
versions:
28-
include: "^3.6.1 && <3.723.0"
28+
include: ">=3.6.1 <3.723.0"
2929
exclude: "3.529.0 || >=3.363.0 <=3.377.0"
3030
mode: "max-7"
3131
commands: npm run test
3232
- node: "14"
3333
versions:
34-
include: "^3.6.1 && <3.567.0"
34+
include: ">=3.6.1 <3.567.0"
3535
exclude: "3.529.0 || >=3.363.0 <=3.377.0"
3636
mode: "max-7"
3737
commands: npm run test
@@ -46,13 +46,13 @@
4646
commands: npm run test
4747
- node: "16"
4848
versions:
49-
include: "^3.24.0 && <3.723.0"
49+
include: ">=3.24.0 <3.723.0"
5050
exclude: ">=3.363.0 <=3.377.0"
5151
mode: "max-7"
5252
commands: npm run test
5353
- node: "14"
5454
versions:
55-
include: "^3.24.0 && <3.567.0"
55+
include: ">=3.24.0 <3.567.0"
5656
exclude: ">=3.363.0 <=3.377.0"
5757
mode: "max-7"
5858
commands: npm run test

0 commit comments

Comments
 (0)