Compare commits

...

2 Commits

Author SHA1 Message Date
MaksimZhukov
e5e3b83d13 Merge pull request #74 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 08/18/2021
2021-08-18 09:46:51 +03:00
Service account
9405eaa89a Update versions-manifest 2021-08-18 06:40:05 +00:00

View File

@@ -1,4 +1,29 @@
[
{
"version": "16.7.0",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/16.7.0-1142094056",
"files": [
{
"filename": "node-16.7.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/16.7.0-1142094056/node-16.7.0-darwin-x64.tar.gz"
},
{
"filename": "node-16.7.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/16.7.0-1142094056/node-16.7.0-linux-x64.tar.gz"
},
{
"filename": "node-16.7.0-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/16.7.0-1142094056/node-16.7.0-win32-x64.7z"
}
]
},
{
"version": "16.6.2",
"stable": true,