From f17ce480fac3904c91a05e44489d72d35230168d Mon Sep 17 00:00:00 2001 From: Thomas Steven Date: Thu, 4 Nov 2021 12:46:31 -0400 Subject: [PATCH] Add support for node 16.13 Gallium LTS --- __tests__/data/versions-manifest.json | 28 ++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/__tests__/data/versions-manifest.json b/__tests__/data/versions-manifest.json index 4cf2ccee..fa7f8454 100644 --- a/__tests__/data/versions-manifest.json +++ b/__tests__/data/versions-manifest.json @@ -1,4 +1,30 @@ [ + { + "version": "16.13.0", + "stable": true, + "lts": "Gallium", + "release_url": "https://github.com/actions/node-versions/releases/tag/16.13.0-1386584131", + "files": [ + { + "filename": "node-16.13.0-darwin-x64.tar.gz", + "arch": "x64", + "platform": "darwin", + "download_url": "https://github.com/actions/node-versions/releases/download/16.13.0-1386584131/node-16.13.0-darwin-x64.tar.gz" + }, + { + "filename": "node-16.13.0-linux-x64.tar.gz", + "arch": "x64", + "platform": "linux", + "download_url": "https://github.com/actions/node-versions/releases/download/16.13.0-1386584131/node-16.13.0-linux-x64.tar.gz" + }, + { + "filename": "node-16.13.0-win32-x64.7z", + "arch": "x64", + "platform": "win32", + "download_url": "https://github.com/actions/node-versions/releases/download/16.13.0-1386584131/node-16.13.0-win32-x64.7z" + } + ] + }, { "version": "14.0.0", "stable": true, @@ -154,4 +180,4 @@ } ] } - ] \ No newline at end of file + ]