From 7ce0e628556940694b6bab6925fcacd463b4b364 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Dec 2021 13:38:11 +0300 Subject: [PATCH] Update versions-manifest (#92) --- versions-manifest.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/versions-manifest.json b/versions-manifest.json index 15b7eb8..0ebf24e 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -1505,6 +1505,32 @@ } ] }, + { + "version": "12.22.8", + "stable": true, + "lts": "Erbium", + "release_url": "https://github.com/actions/node-versions/releases/tag/12.22.8-1590959853", + "files": [ + { + "filename": "node-12.22.8-darwin-x64.tar.gz", + "arch": "x64", + "platform": "darwin", + "download_url": "https://github.com/actions/node-versions/releases/download/12.22.8-1590959853/node-12.22.8-darwin-x64.tar.gz" + }, + { + "filename": "node-12.22.8-linux-x64.tar.gz", + "arch": "x64", + "platform": "linux", + "download_url": "https://github.com/actions/node-versions/releases/download/12.22.8-1590959853/node-12.22.8-linux-x64.tar.gz" + }, + { + "filename": "node-12.22.8-win32-x64.7z", + "arch": "x64", + "platform": "win32", + "download_url": "https://github.com/actions/node-versions/releases/download/12.22.8-1590959853/node-12.22.8-win32-x64.7z" + } + ] + }, { "version": "12.22.7", "stable": true,