From e60aab133749db076f63aeb2b8aa903ace2c683a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 12:41:44 +0300 Subject: [PATCH] Update versions-manifest (#90) --- versions-manifest.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/versions-manifest.json b/versions-manifest.json index f240d96..f404efd 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -519,6 +519,32 @@ } ] }, + { + "version": "14.18.2", + "stable": true, + "lts": "Fermium", + "release_url": "https://github.com/actions/node-versions/releases/tag/14.18.2-1525067507", + "files": [ + { + "filename": "node-14.18.2-darwin-x64.tar.gz", + "arch": "x64", + "platform": "darwin", + "download_url": "https://github.com/actions/node-versions/releases/download/14.18.2-1525067507/node-14.18.2-darwin-x64.tar.gz" + }, + { + "filename": "node-14.18.2-linux-x64.tar.gz", + "arch": "x64", + "platform": "linux", + "download_url": "https://github.com/actions/node-versions/releases/download/14.18.2-1525067507/node-14.18.2-linux-x64.tar.gz" + }, + { + "filename": "node-14.18.2-win32-x64.7z", + "arch": "x64", + "platform": "win32", + "download_url": "https://github.com/actions/node-versions/releases/download/14.18.2-1525067507/node-14.18.2-win32-x64.7z" + } + ] + }, { "version": "14.18.1", "stable": true,