Skip to content

Commit

Permalink
use existing undici version
Browse files Browse the repository at this point in the history
  • Loading branch information
flovilmart committed Oct 5, 2021
1 parent 6c81d77 commit a8feda6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ jobs:
environment:
- PLUGINS=sharedb

node-undici:
node-undici:
<<: *node-plugin-base
docker:
- image: node:<< parameters.node-version >>
Expand Down Expand Up @@ -771,7 +771,7 @@ workflows:
- node-router: *matrix-supported-node-versions
- node-sharedb: *matrix-supported-node-versions
- node-tedious: *matrix-supported-node-versions
- node-undici:
- node-undici:
matrix:
parameters:
node-version: ["14"]
Expand Down
2 changes: 1 addition & 1 deletion packages/datadog-plugin-undici/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ function getHooks (config) {
module.exports = [
{
name: 'undici',
versions: ['>=4.7.1-alpha'],
versions: ['>=4.7.0'], // FIXME: pending an undici release
patch: function (_, tracer, config) {
this.unpatch = diagnostics.call(this, tracer, config)
}
Expand Down

0 comments on commit a8feda6

Please sign in to comment.