Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(aws-sdk): drop support for Node.js 14.x [DO NOT MERGE] #2632

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: update .tav.yml to remove Node.js 14.x
trivikr committed Jan 9, 2025
commit dfb0af2c541d8f06cbd1994618ebeaf354346ae9
13 changes: 0 additions & 13 deletions plugins/node/opentelemetry-instrumentation-aws-sdk/.tav.yml
Original file line number Diff line number Diff line change
@@ -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":
@@ -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:
@@ -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