From e379f2ee0df32bee6b81e544f09d4e7518060d1e Mon Sep 17 00:00:00 2001 From: Service account Date: Wed, 27 Apr 2022 15:11:31 +0000 Subject: [PATCH] Update versions-manifest --- versions-manifest.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/versions-manifest.json b/versions-manifest.json index a997da4..00c969e 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -24,6 +24,32 @@ } ] }, + { + "version": "16.15.0", + "stable": true, + "lts": "Gallium", + "release_url": "https://github.com/actions/node-versions/releases/tag/16.15.0-2233943534", + "files": [ + { + "filename": "node-16.15.0-darwin-x64.tar.gz", + "arch": "x64", + "platform": "darwin", + "download_url": "https://github.com/actions/node-versions/releases/download/16.15.0-2233943534/node-16.15.0-darwin-x64.tar.gz" + }, + { + "filename": "node-16.15.0-linux-x64.tar.gz", + "arch": "x64", + "platform": "linux", + "download_url": "https://github.com/actions/node-versions/releases/download/16.15.0-2233943534/node-16.15.0-linux-x64.tar.gz" + }, + { + "filename": "node-16.15.0-win32-x64.7z", + "arch": "x64", + "platform": "win32", + "download_url": "https://github.com/actions/node-versions/releases/download/16.15.0-2233943534/node-16.15.0-win32-x64.7z" + } + ] + }, { "version": "16.14.2", "stable": true,