Skip to content

Commit

Permalink
fix: skip mongodb TAV runs on node 8 and 10
Browse files Browse the repository at this point in the history
mongodb@4 doesn't support legacy node versions.
  • Loading branch information
rauno56 committed Mar 16, 2022
1 parent 5f63606 commit fec136c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test-all-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
--ignore @opentelemetry/instrumentation-pino
--ignore @opentelemetry/instrumentation-tedious
--ignore @opentelemetry/instrumentation-amqplib
--ignore @opentelemetry/instrumentation-mongodb
- node: "10"
lerna-extra-args: >-
--ignore @opentelemetry/instrumentation-pino
--ignore @opentelemetry/instrumentation-mongodb
runs-on: ubuntu-latest
services:
memcached:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"author": "OpenTelemetry Authors",
"license": "Apache-2.0",
"engines": {
"node": ">=8.5.0"
"node": ">=12"
},
"files": [
"build/src/**/*.js",
Expand Down

0 comments on commit fec136c

Please sign in to comment.