mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
Add support for node 16.13 Gallium LTS
This commit is contained in:
parent
360ab8b75b
commit
f17ce480fa
1 changed files with 27 additions and 1 deletions
|
@ -1,4 +1,30 @@
|
|||
[
|
||||
{
|
||||
"version": "16.13.0",
|
||||
"stable": true,
|
||||
"lts": "Gallium",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/16.13.0-1386584131",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-16.13.0-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/16.13.0-1386584131/node-16.13.0-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-16.13.0-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/16.13.0-1386584131/node-16.13.0-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-16.13.0-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/16.13.0-1386584131/node-16.13.0-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "14.0.0",
|
||||
"stable": true,
|
||||
|
|
Loading…
Add table
Reference in a new issue