Skip to content

Commit

Permalink
fix: skip mongodb TAV runs on node 8 and 10 (#949)
Browse files Browse the repository at this point in the history
mongodb@4 doesn't support legacy node versions.

Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
  • Loading branch information
rauno56 and dyladan authored Mar 18, 2022
1 parent 4e31b3c commit 00b1a94
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 00b1a94

Please sign in to comment.