From 280ff21dab6f097a690fe5f808b9a0d557d36e91 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 16:00:04 +0200 Subject: [PATCH] Update versions-manifest (#132) 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 cf142e1..fce8dc5 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -519,6 +519,32 @@ } ] }, + { + "version": "16.20.0", + "stable": true, + "lts": "Gallium", + "release_url": "https://github.com/actions/node-versions/releases/tag/16.20.0-4561283636", + "files": [ + { + "filename": "node-16.20.0-darwin-x64.tar.gz", + "arch": "x64", + "platform": "darwin", + "download_url": "https://github.com/actions/node-versions/releases/download/16.20.0-4561283636/node-16.20.0-darwin-x64.tar.gz" + }, + { + "filename": "node-16.20.0-linux-x64.tar.gz", + "arch": "x64", + "platform": "linux", + "download_url": "https://github.com/actions/node-versions/releases/download/16.20.0-4561283636/node-16.20.0-linux-x64.tar.gz" + }, + { + "filename": "node-16.20.0-win32-x64.7z", + "arch": "x64", + "platform": "win32", + "download_url": "https://github.com/actions/node-versions/releases/download/16.20.0-4561283636/node-16.20.0-win32-x64.7z" + } + ] + }, { "version": "16.19.1", "stable": true,