Compare commits

...

4 Commits

Author SHA1 Message Date
MaksimZhukov
3e0c0eb0d6 Merge pull request #60 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 05/19/2021
2021-05-19 18:15:10 +03:00
Service account
62cc8fa6fb Update versions-manifest 2021-05-19 15:08:44 +00:00
MaksimZhukov
5fa4e704be Merge pull request #59 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 05/12/2021
2021-05-12 09:27:44 +03:00
Service account
60911f3d0a Update versions-manifest 2021-05-12 06:15:55 +00:00

View File

@@ -1,4 +1,29 @@
[
{
"version": "16.2.0",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/16.2.0-857298671",
"files": [
{
"filename": "node-16.2.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/16.2.0-857298671/node-16.2.0-darwin-x64.tar.gz"
},
{
"filename": "node-16.2.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/16.2.0-857298671/node-16.2.0-linux-x64.tar.gz"
},
{
"filename": "node-16.2.0-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/16.2.0-857298671/node-16.2.0-win32-x64.7z"
}
]
},
{
"version": "16.1.0",
"stable": true,
@@ -49,6 +74,31 @@
}
]
},
{
"version": "14.17.0",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/14.17.0-834391622",
"files": [
{
"filename": "node-14.17.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/14.17.0-834391622/node-14.17.0-darwin-x64.tar.gz"
},
{
"filename": "node-14.17.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/14.17.0-834391622/node-14.17.0-linux-x64.tar.gz"
},
{
"filename": "node-14.17.0-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/14.17.0-834391622/node-14.17.0-win32-x64.7z"
}
]
},
{
"version": "14.16.1",
"stable": true,