mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 04:37:09 +00:00
[Ubuntu] Add node toolcache to 22.04 (#5480)
This commit is contained in:
@@ -47,10 +47,8 @@ function Build-CachedToolsSection {
|
|||||||
$output += New-MDHeader "Go" -Level 4
|
$output += New-MDHeader "Go" -Level 4
|
||||||
$output += New-MDList -Lines (Get-ToolcacheGoVersions) -Style Unordered
|
$output += New-MDList -Lines (Get-ToolcacheGoVersions) -Style Unordered
|
||||||
|
|
||||||
if ((Test-IsUbuntu18) -or (Test-IsUbuntu20)) {
|
$output += New-MDHeader "Node.js" -Level 4
|
||||||
$output += New-MDHeader "Node.js" -Level 4
|
$output += New-MDList -Lines (Get-ToolcacheNodeVersions) -Style Unordered
|
||||||
$output += New-MDList -Lines (Get-ToolcacheNodeVersions) -Style Unordered
|
|
||||||
}
|
|
||||||
|
|
||||||
$output += New-MDHeader "PyPy" -Level 4
|
$output += New-MDHeader "PyPy" -Level 4
|
||||||
$output += New-MDList -Lines (Get-ToolcachePyPyVersions) -Style Unordered
|
$output += New-MDList -Lines (Get-ToolcachePyPyVersions) -Style Unordered
|
||||||
|
|||||||
@@ -23,6 +23,16 @@
|
|||||||
"3.9"
|
"3.9"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "node",
|
||||||
|
"url" : "https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json",
|
||||||
|
"platform" : "linux",
|
||||||
|
"arch": "x64",
|
||||||
|
"versions": [
|
||||||
|
"14.*",
|
||||||
|
"16.*"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "go",
|
"name": "go",
|
||||||
"url" : "https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json",
|
"url" : "https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json",
|
||||||
|
|||||||
Reference in New Issue
Block a user