Skip to content

Commit f31f672

Browse files
committed
fix: update .tav.yml to remove Node.js 14.x
1 parent 6da889c commit f31f672

File tree

1 file changed

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

1 file changed

+0
-13
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# - https://github.com/open-telemetry/opentelemetry-js-contrib/issues/1828#issuecomment-1834276719
1212

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

1716
"@aws-sdk/client-s3":
@@ -29,12 +28,6 @@
2928
exclude: "3.529.0 || >=3.363.0 <=3.377.0"
3029
mode: "max-7"
3130
commands: npm run test
32-
- node: "14"
33-
versions:
34-
include: "^3.6.1 && <3.567.0"
35-
exclude: "3.529.0 || >=3.363.0 <=3.377.0"
36-
mode: "max-7"
37-
commands: npm run test
3831

3932
"@aws-sdk/client-sqs":
4033
jobs:
@@ -50,9 +43,3 @@
5043
exclude: ">=3.363.0 <=3.377.0"
5144
mode: "max-7"
5245
commands: npm run test
53-
- node: "14"
54-
versions:
55-
include: "^3.24.0 && <3.567.0"
56-
exclude: ">=3.363.0 <=3.377.0"
57-
mode: "max-7"
58-
commands: npm run test

0 commit comments

Comments
 (0)