mirror of
https://github.com/actions/node-versions.git
synced 2025-12-18 20:46:47 +08:00
Compare commits
No commits in common. "main" and "22.21.1-18894912842" have entirely different histories.
main
...
22.21.1-18
@ -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,140 +1,7 @@
|
||||
[
|
||||
{
|
||||
"version": "24.12.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.12.0-20140960970",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-24.12.0-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.12.0-20140960970/node-24.12.0-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.12.0-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.12.0-20140960970/node-24.12.0-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.12.0-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.12.0-20140960970/node-24.12.0-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.12.0-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.12.0-20140960970/node-24.12.0-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.12.0-win32-arm64.7z",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.12.0-20140960970/node-24.12.0-win32-arm64.7z"
|
||||
},
|
||||
{
|
||||
"filename": "node-24.12.0-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/24.12.0-20140960970/node-24.12.0-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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": [
|
||||
{
|
||||
@ -178,7 +45,6 @@
|
||||
{
|
||||
"version": "24.9.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.9.0-18024003193",
|
||||
"files": [
|
||||
{
|
||||
@ -222,7 +88,6 @@
|
||||
{
|
||||
"version": "24.8.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.8.0-17630522236",
|
||||
"files": [
|
||||
{
|
||||
@ -266,7 +131,6 @@
|
||||
{
|
||||
"version": "24.7.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.7.0-17283839804",
|
||||
"files": [
|
||||
{
|
||||
@ -310,7 +174,6 @@
|
||||
{
|
||||
"version": "24.6.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.6.0-16980723897",
|
||||
"files": [
|
||||
{
|
||||
@ -354,7 +217,6 @@
|
||||
{
|
||||
"version": "24.5.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.5.0-16666195981",
|
||||
"files": [
|
||||
{
|
||||
@ -398,7 +260,6 @@
|
||||
{
|
||||
"version": "24.4.1",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.4.1-16309768053",
|
||||
"files": [
|
||||
{
|
||||
@ -442,7 +303,6 @@
|
||||
{
|
||||
"version": "24.4.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.4.0-16210503505",
|
||||
"files": [
|
||||
{
|
||||
@ -486,7 +346,6 @@
|
||||
{
|
||||
"version": "24.3.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.3.0-15866716565",
|
||||
"files": [
|
||||
{
|
||||
@ -530,7 +389,6 @@
|
||||
{
|
||||
"version": "24.2.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.2.0-15549907769",
|
||||
"files": [
|
||||
{
|
||||
@ -574,7 +432,6 @@
|
||||
{
|
||||
"version": "24.1.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.1.0-15177436545",
|
||||
"files": [
|
||||
{
|
||||
@ -618,7 +475,6 @@
|
||||
{
|
||||
"version": "24.0.2",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.0.2-15035852679",
|
||||
"files": [
|
||||
{
|
||||
@ -662,7 +518,6 @@
|
||||
{
|
||||
"version": "24.0.1",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.0.1-14928016774",
|
||||
"files": [
|
||||
{
|
||||
@ -706,7 +561,6 @@
|
||||
{
|
||||
"version": "24.0.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.0.0-14863421234",
|
||||
"files": [
|
||||
{
|
||||
@ -747,50 +601,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,
|
||||
@ -1979,50 +1789,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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user