File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/datadog-plugin-undici/src Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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"]
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ function getHooks (config) {
296296module . 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 }
You can’t perform that action at this time.
0 commit comments