mirror of
https://github.com/actions/node-versions.git
synced 2025-12-15 05:07:33 +08:00
Compare commits
4 Commits
24.12.0-20
...
LogsPathCh
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e8a6c3090a | ||
|
|
abceb80206 | ||
|
|
bebc144061 | ||
|
|
e2fc36557a |
4
.github/workflows/get-node-versions.yml
vendored
4
.github/workflows/get-node-versions.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Get Node versions
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0,12 * * *'
|
||||
- cron: '0 3,15 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@@ -10,4 +10,4 @@ jobs:
|
||||
with:
|
||||
tool-name: "Node"
|
||||
image-url: "https://nodejs.org/static/images/logo-hexagon-card.png"
|
||||
secrets: inherit
|
||||
secrets: inherit
|
||||
@@ -12,7 +12,6 @@ Describe "Node.js" {
|
||||
$possiblePaths = @(
|
||||
Join-Path -Path $homeDir -ChildPath "actions-runner/cached/_diag/pages"
|
||||
Join-Path -Path $homeDir -ChildPath "runners/*/_diag/pages"
|
||||
Join-Path -Path $homeDir -ChildPath "actions-runner/extracted/_diag/pages"
|
||||
)
|
||||
|
||||
$logsFolderPath = $possiblePaths | Where-Object { Test-Path $_ } | Select-Object -First 1
|
||||
|
||||
@@ -1,448 +1,7 @@
|
||||
[
|
||||
{
|
||||
"version": "24.11.1",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.11.1-19282993875",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-24.11.1-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.11.1-19282993875/node-24.11.1-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.11.1-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.11.1-19282993875/node-24.11.1-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.11.1-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.11.1-19282993875/node-24.11.1-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.11.1-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.11.1-19282993875/node-24.11.1-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.11.1-win32-arm64.7z",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.11.1-19282993875/node-24.11.1-win32-arm64.7z"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.11.1-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.11.1-19282993875/node-24.11.1-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "24.11.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.11.0-18894910158",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-24.11.0-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.11.0-18894910158/node-24.11.0-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.11.0-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.11.0-18894910158/node-24.11.0-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.11.0-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.11.0-18894910158/node-24.11.0-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.11.0-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.11.0-18894910158/node-24.11.0-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.11.0-win32-arm64.7z",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.11.0-18894910158/node-24.11.0-win32-arm64.7z"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.11.0-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.11.0-18894910158/node-24.11.0-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "24.10.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.10.0-18453495281",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-24.10.0-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.10.0-18453495281/node-24.10.0-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.10.0-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.10.0-18453495281/node-24.10.0-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.10.0-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.10.0-18453495281/node-24.10.0-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.10.0-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.10.0-18453495281/node-24.10.0-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.10.0-win32-arm64.7z",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.10.0-18453495281/node-24.10.0-win32-arm64.7z"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.10.0-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.10.0-18453495281/node-24.10.0-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "24.9.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.9.0-18024003193",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-24.9.0-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.9.0-18024003193/node-24.9.0-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.9.0-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.9.0-18024003193/node-24.9.0-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.9.0-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.9.0-18024003193/node-24.9.0-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.9.0-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.9.0-18024003193/node-24.9.0-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.9.0-win32-arm64.7z",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.9.0-18024003193/node-24.9.0-win32-arm64.7z"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.9.0-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.9.0-18024003193/node-24.9.0-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "24.8.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.8.0-17630522236",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-24.8.0-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.8.0-17630522236/node-24.8.0-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.8.0-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.8.0-17630522236/node-24.8.0-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.8.0-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.8.0-17630522236/node-24.8.0-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.8.0-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.8.0-17630522236/node-24.8.0-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.8.0-win32-arm64.7z",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.8.0-17630522236/node-24.8.0-win32-arm64.7z"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.8.0-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.8.0-17630522236/node-24.8.0-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "24.7.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.7.0-17283839804",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-24.7.0-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.7.0-17283839804/node-24.7.0-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.7.0-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.7.0-17283839804/node-24.7.0-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.7.0-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.7.0-17283839804/node-24.7.0-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.7.0-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.7.0-17283839804/node-24.7.0-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.7.0-win32-arm64.7z",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.7.0-17283839804/node-24.7.0-win32-arm64.7z"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.7.0-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.7.0-17283839804/node-24.7.0-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "24.6.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"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",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.5.0-16666195981",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-24.5.0-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.5.0-16666195981/node-24.5.0-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.5.0-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.5.0-16666195981/node-24.5.0-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.5.0-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.5.0-16666195981/node-24.5.0-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.5.0-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.5.0-16666195981/node-24.5.0-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.5.0-win32-arm64.7z",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.5.0-16666195981/node-24.5.0-win32-arm64.7z"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.5.0-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.5.0-16666195981/node-24.5.0-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "24.4.1",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.4.1-16309768053",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-24.4.1-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.4.1-16309768053/node-24.4.1-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.4.1-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.4.1-16309768053/node-24.4.1-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.4.1-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.4.1-16309768053/node-24.4.1-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.4.1-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.4.1-16309768053/node-24.4.1-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.4.1-win32-arm64.7z",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.4.1-16309768053/node-24.4.1-win32-arm64.7z"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.4.1-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.4.1-16309768053/node-24.4.1-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "24.4.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.4.0-16210503505",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-24.4.0-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.4.0-16210503505/node-24.4.0-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.4.0-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.4.0-16210503505/node-24.4.0-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.4.0-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.4.0-16210503505/node-24.4.0-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.4.0-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.4.0-16210503505/node-24.4.0-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.4.0-win32-arm64.7z",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.4.0-16210503505/node-24.4.0-win32-arm64.7z"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.4.0-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.4.0-16210503505/node-24.4.0-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "24.3.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.3.0-15866716565",
|
||||
"files": [
|
||||
{
|
||||
@@ -486,7 +45,6 @@
|
||||
{
|
||||
"version": "24.2.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.2.0-15549907769",
|
||||
"files": [
|
||||
{
|
||||
@@ -530,7 +88,6 @@
|
||||
{
|
||||
"version": "24.1.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.1.0-15177436545",
|
||||
"files": [
|
||||
{
|
||||
@@ -574,7 +131,6 @@
|
||||
{
|
||||
"version": "24.0.2",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.0.2-15035852679",
|
||||
"files": [
|
||||
{
|
||||
@@ -618,7 +174,6 @@
|
||||
{
|
||||
"version": "24.0.1",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.0.1-14928016774",
|
||||
"files": [
|
||||
{
|
||||
@@ -662,7 +217,6 @@
|
||||
{
|
||||
"version": "24.0.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.0.0-14863421234",
|
||||
"files": [
|
||||
{
|
||||
@@ -703,270 +257,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "22.21.1",
|
||||
"stable": true,
|
||||
"lts": "Jod",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/22.21.1-18894912842",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-22.21.1-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.21.1-18894912842/node-22.21.1-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.21.1-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.21.1-18894912842/node-22.21.1-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.21.1-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.21.1-18894912842/node-22.21.1-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.21.1-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.21.1-18894912842/node-22.21.1-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.21.1-win32-arm64.7z",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.21.1-18894912842/node-22.21.1-win32-arm64.7z"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.21.1-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.21.1-18894912842/node-22.21.1-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "22.21.0",
|
||||
"stable": true,
|
||||
"lts": "Jod",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/22.21.0-18671149699",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-22.21.0-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.21.0-18671149699/node-22.21.0-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.21.0-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.21.0-18671149699/node-22.21.0-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.21.0-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.21.0-18671149699/node-22.21.0-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.21.0-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.21.0-18671149699/node-22.21.0-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.21.0-win32-arm64.7z",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.21.0-18671149699/node-22.21.0-win32-arm64.7z"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.21.0-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.21.0-18671149699/node-22.21.0-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "22.20.0",
|
||||
"stable": true,
|
||||
"lts": "Jod",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/22.20.0-17993202319",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-22.20.0-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.20.0-17993202319/node-22.20.0-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.20.0-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.20.0-17993202319/node-22.20.0-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.20.0-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.20.0-17993202319/node-22.20.0-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.20.0-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.20.0-17993202319/node-22.20.0-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.20.0-win32-arm64.7z",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.20.0-17993202319/node-22.20.0-win32-arm64.7z"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.20.0-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.20.0-17993202319/node-22.20.0-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "22.19.0",
|
||||
"stable": true,
|
||||
"lts": "Jod",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/22.19.0-17311483029",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-22.19.0-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.19.0-17311483029/node-22.19.0-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.19.0-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.19.0-17311483029/node-22.19.0-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.19.0-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.19.0-17311483029/node-22.19.0-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.19.0-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.19.0-17311483029/node-22.19.0-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.19.0-win32-arm64.7z",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.19.0-17311483029/node-22.19.0-win32-arm64.7z"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.19.0-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.19.0-17311483029/node-22.19.0-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "22.18.0",
|
||||
"stable": true,
|
||||
"lts": "Jod",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/22.18.0-16666198358",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-22.18.0-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.18.0-16666198358/node-22.18.0-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.18.0-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.18.0-16666198358/node-22.18.0-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.18.0-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.18.0-16666198358/node-22.18.0-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.18.0-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.18.0-16666198358/node-22.18.0-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.18.0-win32-arm64.7z",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.18.0-16666198358/node-22.18.0-win32-arm64.7z"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.18.0-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.18.0-16666198358/node-22.18.0-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "22.17.1",
|
||||
"stable": true,
|
||||
"lts": "Jod",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/22.17.1-16309770702",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-22.17.1-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.17.1-16309770702/node-22.17.1-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.17.1-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.17.1-16309770702/node-22.17.1-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.17.1-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.17.1-16309770702/node-22.17.1-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.17.1-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.17.1-16309770702/node-22.17.1-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.17.1-win32-arm64.7z",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.17.1-16309770702/node-22.17.1-win32-arm64.7z"
|
||||
},
|
||||
{
|
||||
"filename": "node-22.17.1-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/22.17.1-16309770702/node-22.17.1-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "22.17.0",
|
||||
"stable": true,
|
||||
@@ -1935,138 +1225,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "20.19.6",
|
||||
"stable": true,
|
||||
"lts": "Iron",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/20.19.6-19690675733",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-20.19.6-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.19.6-19690675733/node-20.19.6-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-20.19.6-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.19.6-19690675733/node-20.19.6-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-20.19.6-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.19.6-19690675733/node-20.19.6-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-20.19.6-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.19.6-19690675733/node-20.19.6-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-20.19.6-win32-arm64.7z",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.19.6-19690675733/node-20.19.6-win32-arm64.7z"
|
||||
},
|
||||
{
|
||||
"filename": "node-20.19.6-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.19.6-19690675733/node-20.19.6-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "20.19.5",
|
||||
"stable": true,
|
||||
"lts": "Iron",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/20.19.5-17451167955",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-20.19.5-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.19.5-17451167955/node-20.19.5-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-20.19.5-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.19.5-17451167955/node-20.19.5-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-20.19.5-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.19.5-17451167955/node-20.19.5-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-20.19.5-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.19.5-17451167955/node-20.19.5-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-20.19.5-win32-arm64.7z",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.19.5-17451167955/node-20.19.5-win32-arm64.7z"
|
||||
},
|
||||
{
|
||||
"filename": "node-20.19.5-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.19.5-17451167955/node-20.19.5-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "20.19.4",
|
||||
"stable": true,
|
||||
"lts": "Iron",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/20.19.4-16309772647",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-20.19.4-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.19.4-16309772647/node-20.19.4-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-20.19.4-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.19.4-16309772647/node-20.19.4-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-20.19.4-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.19.4-16309772647/node-20.19.4-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-20.19.4-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.19.4-16309772647/node-20.19.4-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-20.19.4-win32-arm64.7z",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.19.4-16309772647/node-20.19.4-win32-arm64.7z"
|
||||
},
|
||||
{
|
||||
"filename": "node-20.19.4-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.19.4-16309772647/node-20.19.4-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "20.19.3",
|
||||
"stable": true,
|
||||
|
||||
Reference in New Issue
Block a user