Skip to content

Commit

Permalink
fix: update .tav.yml to remove Node.js 14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jan 9, 2025
1 parent a22b9e4 commit dfb0af2
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions plugins/node/opentelemetry-instrumentation-aws-sdk/.tav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# - https://github.com/open-telemetry/opentelemetry-js-contrib/issues/1828#issuecomment-1834276719

# node version support in JS SDK v3:
# - 14.x dropped in v3.567.0 https://github.com/aws/aws-sdk-js-v3/pull/6034
# - 16.x dropped in v3.723.0 https://github.com/aws/aws-sdk-js-v3/pull/6775

"@aws-sdk/client-s3":
Expand All @@ -29,12 +28,6 @@
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"
exclude: "3.529.0 || >=3.363.0 <=3.377.0"
mode: "max-7"
commands: npm run test

"@aws-sdk/client-sqs":
jobs:
Expand All @@ -50,9 +43,3 @@
exclude: ">=3.363.0 <=3.377.0"
mode: "max-7"
commands: npm run test
- node: "14"
versions:
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 dfb0af2

Please sign in to comment.