mirror of
https://github.com/actions/node-versions.git
synced 2025-09-06 17:22:56 +08:00
Compare commits
1 Commits
de52f47a9c
...
bcf3b831d1
Author | SHA1 | Date | |
---|---|---|---|
|
bcf3b831d1 |
4
.github/workflows/get-node-versions.yml
vendored
4
.github/workflows/get-node-versions.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: Get Node versions
|
name: Get Node versions
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0,12 * * *'
|
- cron: '0 3,15 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -10,4 +10,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tool-name: "Node"
|
tool-name: "Node"
|
||||||
image-url: "https://nodejs.org/static/images/logo-hexagon-card.png"
|
image-url: "https://nodejs.org/static/images/logo-hexagon-card.png"
|
||||||
secrets: inherit
|
secrets: inherit
|
@ -1,47 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"version": "24.6.0",
|
|
||||||
"stable": true,
|
|
||||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.6.0-16980723897",
|
|
||||||
"files": [
|
|
||||||
{
|
|
||||||
"filename": "node-24.6.0-darwin-arm64.tar.gz",
|
|
||||||
"arch": "arm64",
|
|
||||||
"platform": "darwin",
|
|
||||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.6.0-16980723897/node-24.6.0-darwin-arm64.tar.gz"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "node-24.6.0-darwin-x64.tar.gz",
|
|
||||||
"arch": "x64",
|
|
||||||
"platform": "darwin",
|
|
||||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.6.0-16980723897/node-24.6.0-darwin-x64.tar.gz"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "node-24.6.0-linux-arm64.tar.gz",
|
|
||||||
"arch": "arm64",
|
|
||||||
"platform": "linux",
|
|
||||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.6.0-16980723897/node-24.6.0-linux-arm64.tar.gz"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "node-24.6.0-linux-x64.tar.gz",
|
|
||||||
"arch": "x64",
|
|
||||||
"platform": "linux",
|
|
||||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.6.0-16980723897/node-24.6.0-linux-x64.tar.gz"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "node-24.6.0-win32-arm64.7z",
|
|
||||||
"arch": "arm64",
|
|
||||||
"platform": "win32",
|
|
||||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.6.0-16980723897/node-24.6.0-win32-arm64.7z"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "node-24.6.0-win32-x64.7z",
|
|
||||||
"arch": "x64",
|
|
||||||
"platform": "win32",
|
|
||||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.6.0-16980723897/node-24.6.0-win32-x64.7z"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"version": "24.5.0",
|
"version": "24.5.0",
|
||||||
"stable": true,
|
"stable": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user