Update versions-manifest (#121)
Co-authored-by: Service account <no-reply@microsoft.com>
This commit is contained in:
parent
c8117e2a6f
commit
3e6fdaa9dd
|
@ -389,6 +389,32 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "16.19.0",
|
||||
"stable": true,
|
||||
"lts": "Gallium",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/16.19.0-3702350317",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-16.19.0-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/16.19.0-3702350317/node-16.19.0-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-16.19.0-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/16.19.0-3702350317/node-16.19.0-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-16.19.0-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/16.19.0-3702350317/node-16.19.0-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "16.18.1",
|
||||
"stable": true,
|
||||
|
@ -1221,6 +1247,32 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "14.21.2",
|
||||
"stable": true,
|
||||
"lts": "Fermium",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/14.21.2-3702351556",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-14.21.2-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/14.21.2-3702351556/node-14.21.2-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-14.21.2-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/14.21.2-3702351556/node-14.21.2-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-14.21.2-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/14.21.2-3702351556/node-14.21.2-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "14.21.1",
|
||||
"stable": true,
|
||||
|
|
Loading…
Reference in New Issue