mirror of
https://github.com/actions/node-versions.git
synced 2025-01-10 18:15:21 +00:00
Merge pull request #73 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 08/12/2021
This commit is contained in:
commit
947a3202c2
@ -1,4 +1,29 @@
|
||||
[
|
||||
{
|
||||
"version": "16.6.2",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/16.6.2-1122930057",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-16.6.2-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/16.6.2-1122930057/node-16.6.2-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-16.6.2-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/16.6.2-1122930057/node-16.6.2-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-16.6.2-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/16.6.2-1122930057/node-16.6.2-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "16.6.1",
|
||||
"stable": true,
|
||||
@ -249,6 +274,32 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "14.17.5",
|
||||
"stable": true,
|
||||
"lts": "Fermium",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/14.17.5-1122930359",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-14.17.5-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/14.17.5-1122930359/node-14.17.5-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-14.17.5-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/14.17.5-1122930359/node-14.17.5-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-14.17.5-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/14.17.5-1122930359/node-14.17.5-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "14.17.4",
|
||||
"stable": true,
|
||||
@ -1079,6 +1130,32 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "12.22.5",
|
||||
"stable": true,
|
||||
"lts": "Erbium",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/12.22.5-1122930631",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-12.22.5-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/12.22.5-1122930631/node-12.22.5-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-12.22.5-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/12.22.5-1122930631/node-12.22.5-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-12.22.5-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/12.22.5-1122930631/node-12.22.5-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "12.22.4",
|
||||
"stable": true,
|
||||
|
Loading…
Reference in New Issue
Block a user