mirror of
https://github.com/actions/runner-images.git
synced 2026-01-07 18:58:13 +08:00
[Windows] set default nodeJS version to 16 (#4560)
This commit is contained in:
@@ -419,7 +419,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"node": {
|
"node": {
|
||||||
"default": "14"
|
"default": "16"
|
||||||
},
|
},
|
||||||
"Mysql": {
|
"Mysql": {
|
||||||
"version": "5.7"
|
"version": "5.7"
|
||||||
|
|||||||
@@ -451,7 +451,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"node": {
|
"node": {
|
||||||
"default": "14"
|
"default": "16"
|
||||||
},
|
},
|
||||||
"Mysql": {
|
"Mysql": {
|
||||||
"version": "5.7"
|
"version": "5.7"
|
||||||
|
|||||||
@@ -303,7 +303,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"node": {
|
"node": {
|
||||||
"default": "14"
|
"default": "16"
|
||||||
},
|
},
|
||||||
"Mysql": {
|
"Mysql": {
|
||||||
"version": "8.0"
|
"version": "8.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user