mirror of
https://github.com/actions/node-versions.git
synced 2025-09-11 06:28:54 +08:00
Compare commits
6 Commits
14.5.0-202
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
c36433e477 | ||
|
a9761d076d | ||
|
63f56e381c | ||
|
9825d4703f | ||
|
376bb1b4eb | ||
|
f675396c66 |
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,4 +1,4 @@
|
||||
[submodule "helpers"]
|
||||
path = helpers
|
||||
url = https://github.com/actions/versions-package-tools
|
||||
branch = master
|
||||
branch = main
|
||||
|
@@ -4,7 +4,7 @@ pr:
|
||||
autoCancel: true
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
- main
|
||||
paths:
|
||||
exclude:
|
||||
- versions-manifest.json
|
||||
|
2
helpers
2
helpers
Submodule helpers updated: d8c3ce72ee...1069e7a4ec
@@ -1,4 +1,29 @@
|
||||
[
|
||||
{
|
||||
"version": "14.5.0",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/14.5.0-20200707.1",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-14.5.0-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/14.5.0-20200707.1/node-14.5.0-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-14.5.0-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/14.5.0-20200707.1/node-14.5.0-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-14.5.0-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/14.5.0-20200707.1/node-14.5.0-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "14.4.0",
|
||||
"stable": true,
|
||||
@@ -174,6 +199,31 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "12.18.2",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/12.18.2-20200707.2",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-12.18.2-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/12.18.2-20200707.2/node-12.18.2-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-12.18.2-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/12.18.2-20200707.2/node-12.18.2-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-12.18.2-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/12.18.2-20200707.2/node-12.18.2-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "12.18.1",
|
||||
"stable": true,
|
||||
|
Reference in New Issue
Block a user