From bb9f13b224c0bdff5e8ce4afaf57d138deb1d2f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Feb 2022 10:45:06 +0300 Subject: [PATCH] Update versions-manifest (#95) Co-authored-by: Service account --- versions-manifest.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/versions-manifest.json b/versions-manifest.json index a98a82e..6e3040a 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -1583,6 +1583,32 @@ } ] }, + { + "version": "12.22.10", + "stable": true, + "lts": "Erbium", + "release_url": "https://github.com/actions/node-versions/releases/tag/12.22.10-1782673306", + "files": [ + { + "filename": "node-12.22.10-darwin-x64.tar.gz", + "arch": "x64", + "platform": "darwin", + "download_url": "https://github.com/actions/node-versions/releases/download/12.22.10-1782673306/node-12.22.10-darwin-x64.tar.gz" + }, + { + "filename": "node-12.22.10-linux-x64.tar.gz", + "arch": "x64", + "platform": "linux", + "download_url": "https://github.com/actions/node-versions/releases/download/12.22.10-1782673306/node-12.22.10-linux-x64.tar.gz" + }, + { + "filename": "node-12.22.10-win32-x64.7z", + "arch": "x64", + "platform": "win32", + "download_url": "https://github.com/actions/node-versions/releases/download/12.22.10-1782673306/node-12.22.10-win32-x64.7z" + } + ] + }, { "version": "12.22.9", "stable": true,