diff --git a/plugins/node/opentelemetry-instrumentation-aws-sdk/.tav.yml b/plugins/node/opentelemetry-instrumentation-aws-sdk/.tav.yml index 81c3388cf5..27eb22e5b0 100644 --- a/plugins/node/opentelemetry-instrumentation-aws-sdk/.tav.yml +++ b/plugins/node/opentelemetry-instrumentation-aws-sdk/.tav.yml @@ -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 @@ -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