Skip to content

Commit a8feda6

Browse files
committed
use existing undici version
1 parent 6c81d77 commit a8feda6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ jobs:
580580
environment:
581581
- PLUGINS=sharedb
582582

583-
node-undici:
583+
node-undici:
584584
<<: *node-plugin-base
585585
docker:
586586
- image: node:<< parameters.node-version >>
@@ -771,7 +771,7 @@ workflows:
771771
- node-router: *matrix-supported-node-versions
772772
- node-sharedb: *matrix-supported-node-versions
773773
- node-tedious: *matrix-supported-node-versions
774-
- node-undici:
774+
- node-undici:
775775
matrix:
776776
parameters:
777777
node-version: ["14"]

packages/datadog-plugin-undici/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ function getHooks (config) {
296296
module.exports = [
297297
{
298298
name: 'undici',
299-
versions: ['>=4.7.1-alpha'],
299+
versions: ['>=4.7.0'], // FIXME: pending an undici release
300300
patch: function (_, tracer, config) {
301301
this.unpatch = diagnostics.call(this, tracer, config)
302302
}

0 commit comments

Comments
 (0)