From ad4c15127c7cddcce327f734bbb1c8c8c5ad8271 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Dec 2021 10:49:53 +0300 Subject: [PATCH] Update versions-manifest (#91) 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 f404efd..15b7eb8 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -1,4 +1,30 @@ [ + { + "version": "16.13.1", + "stable": true, + "lts": "Gallium", + "release_url": "https://github.com/actions/node-versions/releases/tag/16.13.1-1529449737", + "files": [ + { + "filename": "node-16.13.1-darwin-x64.tar.gz", + "arch": "x64", + "platform": "darwin", + "download_url": "https://github.com/actions/node-versions/releases/download/16.13.1-1529449737/node-16.13.1-darwin-x64.tar.gz" + }, + { + "filename": "node-16.13.1-linux-x64.tar.gz", + "arch": "x64", + "platform": "linux", + "download_url": "https://github.com/actions/node-versions/releases/download/16.13.1-1529449737/node-16.13.1-linux-x64.tar.gz" + }, + { + "filename": "node-16.13.1-win32-x64.7z", + "arch": "x64", + "platform": "win32", + "download_url": "https://github.com/actions/node-versions/releases/download/16.13.1-1529449737/node-16.13.1-win32-x64.7z" + } + ] + }, { "version": "16.13.0", "stable": true,