mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-29 12:58:00 +08:00
Add node 16 to the toolcache (#4354)
This commit is contained in:
@@ -61,7 +61,8 @@
|
||||
"versions": [
|
||||
"10.*",
|
||||
"12.*",
|
||||
"14.*"
|
||||
"14.*",
|
||||
"16.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -61,7 +61,8 @@
|
||||
"versions": [
|
||||
"10.*",
|
||||
"12.*",
|
||||
"14.*"
|
||||
"14.*",
|
||||
"16.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -40,7 +40,8 @@
|
||||
"versions": [
|
||||
"10.*",
|
||||
"12.*",
|
||||
"14.*"
|
||||
"14.*",
|
||||
"16.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user