mirror of
https://github.com/actions/node-versions.git
synced 2025-09-11 14:52:53 +08:00
Compare commits
4 Commits
test-macos
...
LogsPathCh
Author | SHA1 | Date | |
---|---|---|---|
|
e8a6c3090a | ||
|
abceb80206 | ||
|
bebc144061 | ||
|
e2fc36557a |
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@test-macos-x64-runner
|
||||
uses: actions/versions-package-tools/.github/workflows/build-tool-packages.yml@main
|
||||
with:
|
||||
tool-name: "node"
|
||||
tool-version: ${{ inputs.VERSION || '18.12.0' }}
|
||||
publish-release: ${{ inputs.PUBLISH_RELEASES || false }}
|
||||
secrets: inherit
|
||||
secrets: inherit
|
@@ -1,90 +1,4 @@
|
||||
[
|
||||
{
|
||||
"version": "24.4.1",
|
||||
"stable": true,
|
||||
"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,
|
||||
"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,
|
||||
@@ -343,50 +257,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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,
|
||||
@@ -1355,50 +1225,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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