diff --git a/Jenkinsfile b/Jenkinsfile index 9e18094db..b25dd615b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -489,7 +489,7 @@ pipeline { Run only the tests whose name matches one of the positive patterns but none of the negative patterns. \'?\' matches any single character; \'*\' matches any substring; \':\' separates two patterns.''') string( name: 'LIBUV_VERSION', - defaultValue: '1.34.0', + defaultValue: '1.38.0', description: '''

libuv version to build and use

Note: Rarely does this need to change.''') choice(