mirror of
https://github.com/actions/node-versions.git
synced 2025-12-15 05:07:33 +08:00
Compare commits
2 Commits
24.11.1-19
...
test-macos
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cae500ea27 | ||
|
|
e517f1fe7a |
4
.github/workflows/build-node-packages.yml
vendored
4
.github/workflows/build-node-packages.yml
vendored
@@ -23,9 +23,9 @@ on:
|
||||
jobs:
|
||||
node:
|
||||
name: Node
|
||||
uses: actions/versions-package-tools/.github/workflows/build-tool-packages.yml@main
|
||||
uses: actions/versions-package-tools/.github/workflows/build-tool-packages.yml@replacemacos-13
|
||||
with:
|
||||
tool-name: "node"
|
||||
tool-version: ${{ inputs.VERSION || '18.12.0' }}
|
||||
publish-release: ${{ inputs.PUBLISH_RELEASES || false }}
|
||||
secrets: inherit
|
||||
secrets: inherit
|
||||
|
||||
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
|
||||
@@ -1,316 +1,7 @@
|
||||
[
|
||||
{
|
||||
"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": [
|
||||
{
|
||||
@@ -354,7 +45,6 @@
|
||||
{
|
||||
"version": "24.4.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.4.0-16210503505",
|
||||
"files": [
|
||||
{
|
||||
@@ -398,7 +88,6 @@
|
||||
{
|
||||
"version": "24.3.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.3.0-15866716565",
|
||||
"files": [
|
||||
{
|
||||
@@ -442,7 +131,6 @@
|
||||
{
|
||||
"version": "24.2.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.2.0-15549907769",
|
||||
"files": [
|
||||
{
|
||||
@@ -486,7 +174,6 @@
|
||||
{
|
||||
"version": "24.1.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.1.0-15177436545",
|
||||
"files": [
|
||||
{
|
||||
@@ -530,7 +217,6 @@
|
||||
{
|
||||
"version": "24.0.2",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.0.2-15035852679",
|
||||
"files": [
|
||||
{
|
||||
@@ -574,7 +260,6 @@
|
||||
{
|
||||
"version": "24.0.1",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.0.1-14928016774",
|
||||
"files": [
|
||||
{
|
||||
@@ -618,7 +303,6 @@
|
||||
{
|
||||
"version": "24.0.0",
|
||||
"stable": true,
|
||||
"lts": "Krypton",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/24.0.0-14863421234",
|
||||
"files": [
|
||||
{
|
||||
@@ -659,226 +343,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,
|
||||
@@ -1891,50 +1355,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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,
|
||||
|
||||
Reference in New Issue
Block a user