Skip to content

Commit fa07c9a

Browse files
authored
Update default libuv version (#564)
1 parent 062da84 commit fa07c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ pipeline {
489489
Run only the tests whose name matches one of the positive patterns but none of the negative patterns. <b>\'?\'</b> matches any single character; <b>\'*\'</b> matches any substring; <b>\':\'</b> separates two patterns.''')
490490
string(
491491
name: 'LIBUV_VERSION',
492-
defaultValue: '1.34.0',
492+
defaultValue: '1.38.0',
493493
description: '''<p>libuv version to build and use</p>
494494
<b>Note:</b> Rarely does this need to change.''')
495495
choice(

0 commit comments

Comments
 (0)