Skip to content

Commit

Permalink
fix: don't run v3 tests on unsupported node8
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Blum committed Oct 5, 2021
1 parent 6b9deeb commit 09ee529
Show file tree
Hide file tree
Showing 2 changed files with 271 additions and 261 deletions.
18 changes: 10 additions & 8 deletions plugins/node/opentelemetry-instrumentation-aws-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,26 @@
"@aws-sdk/client-sqs": "3.33.0",
"@aws-sdk/types": "3.32.0",
"@opentelemetry/api": "1.0.1",
"@opentelemetry/contrib-test-utils": "^0.26.0",
"@opentelemetry/sdk-trace-base": "^0.25.0",
"@types/mocha": "^8.2.2",
"@types/node": "^14.0.0",
"@types/semver": "^7.3.8",
"aws-sdk": "^2.780.0",
"eslint": "^7.32.0",
"expect": "^25",
"gts": "3.1.0",
"mocha": "7.2.0",
"ts-mocha": "8.0.0",
"nock": "^13.0.11",
"gts": "3.1.0",
"@opentelemetry/contrib-test-utils": "^0.26.0",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"semver": "^7.3.5",
"test-all-versions": "^5.0.1",
"ts-mocha": "8.0.0",
"ts-node": "^9.1.1",
"typescript": "4.3.4",
"eslint": "^7.32.0",
"nyc": "^15.1.0",
"rimraf": "^3.0.2"
"typescript": "4.3.4"
},
"engines": {
"node": ">=8.5.0"
}
}
}
Loading

0 comments on commit 09ee529

Please sign in to comment.