Skip to content

Commit f3f76a2

Browse files
[Windows] set default nodeJS version to 16 (#4560)
1 parent a4ba8d2 commit f3f76a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

images/win/toolsets/toolset-2016.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@
419419
]
420420
},
421421
"node": {
422-
"default": "14"
422+
"default": "16"
423423
},
424424
"Mysql": {
425425
"version": "5.7"

images/win/toolsets/toolset-2019.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@
451451
]
452452
},
453453
"node": {
454-
"default": "14"
454+
"default": "16"
455455
},
456456
"Mysql": {
457457
"version": "5.7"

images/win/toolsets/toolset-2022.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
]
304304
},
305305
"node": {
306-
"default": "14"
306+
"default": "16"
307307
},
308308
"Mysql": {
309309
"version": "8.0"

0 commit comments

Comments
 (0)