Skip to content

Commit

Permalink
Update versions-manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
459680 committed Aug 12, 2021
1 parent c54f68b commit 5edc6df
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions versions-manifest.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 5edc6df

Please sign in to comment.