Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: actions/node-versions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 22.9.0-10914884886
Choose a base ref
...
head repository: actions/node-versions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 22.10.0-11377615849
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 18, 2024

  1. Update versions-manifest (#188)

    Co-authored-by: Service account <no-reply@microsoft.com>
    github-actions[bot] and 459680 authored Sep 18, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    83c0f2d View commit details

Commits on Oct 7, 2024

  1. Update versions-manifest (#189)

    Co-authored-by: Service account <no-reply@microsoft.com>
    github-actions[bot] and 459680 authored Oct 7, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    09e0810 View commit details
Showing with 87 additions and 0 deletions.
  1. +87 −0 versions-manifest.json
87 changes: 87 additions & 0 deletions versions-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,47 @@
[
{
"version": "22.9.0",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/22.9.0-10914884886",
"files": [
{
"filename": "node-22.9.0-darwin-arm64.tar.gz",
"arch": "arm64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/22.9.0-10914884886/node-22.9.0-darwin-arm64.tar.gz"
},
{
"filename": "node-22.9.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/22.9.0-10914884886/node-22.9.0-darwin-x64.tar.gz"
},
{
"filename": "node-22.9.0-linux-arm64.tar.gz",
"arch": "arm64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/22.9.0-10914884886/node-22.9.0-linux-arm64.tar.gz"
},
{
"filename": "node-22.9.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/22.9.0-10914884886/node-22.9.0-linux-x64.tar.gz"
},
{
"filename": "node-22.9.0-win32-arm64.7z",
"arch": "arm64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/22.9.0-10914884886/node-22.9.0-win32-arm64.7z"
},
{
"filename": "node-22.9.0-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/22.9.0-10914884886/node-22.9.0-win32-x64.7z"
}
]
},
{
"version": "22.8.0",
"stable": true,
@@ -472,6 +515,50 @@
}
]
},
{
"version": "20.18.0",
"stable": true,
"lts": "Iron",
"release_url": "https://github.com/actions/node-versions/releases/tag/20.18.0-11182621166",
"files": [
{
"filename": "node-20.18.0-darwin-arm64.tar.gz",
"arch": "arm64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/20.18.0-11182621166/node-20.18.0-darwin-arm64.tar.gz"
},
{
"filename": "node-20.18.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/20.18.0-11182621166/node-20.18.0-darwin-x64.tar.gz"
},
{
"filename": "node-20.18.0-linux-arm64.tar.gz",
"arch": "arm64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/20.18.0-11182621166/node-20.18.0-linux-arm64.tar.gz"
},
{
"filename": "node-20.18.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/20.18.0-11182621166/node-20.18.0-linux-x64.tar.gz"
},
{
"filename": "node-20.18.0-win32-arm64.7z",
"arch": "arm64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/20.18.0-11182621166/node-20.18.0-win32-arm64.7z"
},
{
"filename": "node-20.18.0-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/20.18.0-11182621166/node-20.18.0-win32-x64.7z"
}
]
},
{
"version": "20.17.0",
"stable": true,