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: 14.19.2-2273516125
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: 14.19.3-2343542109
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 5, 2022

  1. Update versions-manifest

    459680 committed May 5, 2022
    Copy the full SHA
    3f418bf View commit details
  2. Merge pull request #105 from actions/update-versions-manifest-file

    [versions-manifest] Update for release from 05/05/2022
    miketimofeev authored May 5, 2022
    Copy the full SHA
    dd82515 View commit details
Showing with 26 additions and 0 deletions.
  1. +26 −0 versions-manifest.json
26 changes: 26 additions & 0 deletions versions-manifest.json
Original file line number Diff line number Diff line change
@@ -725,6 +725,32 @@
}
]
},
{
"version": "14.19.2",
"stable": true,
"lts": "Fermium",
"release_url": "https://github.com/actions/node-versions/releases/tag/14.19.2-2273516125",
"files": [
{
"filename": "node-14.19.2-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/14.19.2-2273516125/node-14.19.2-darwin-x64.tar.gz"
},
{
"filename": "node-14.19.2-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/14.19.2-2273516125/node-14.19.2-linux-x64.tar.gz"
},
{
"filename": "node-14.19.2-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/14.19.2-2273516125/node-14.19.2-win32-x64.7z"
}
]
},
{
"version": "14.19.1",
"stable": true,