From 953fa628aba864daa304d08035e95142b27c4df1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 13:07:50 +0200 Subject: [PATCH] Update versions-manifest (#146) --- versions-manifest.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/versions-manifest.json b/versions-manifest.json index dde9324..3e6c6db 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -1,4 +1,29 @@ [ + { + "version": "20.5.0", + "stable": true, + "release_url": "https://github.com/actions/node-versions/releases/tag/20.5.0-5619267642", + "files": [ + { + "filename": "node-20.5.0-darwin-x64.tar.gz", + "arch": "x64", + "platform": "darwin", + "download_url": "https://github.com/actions/node-versions/releases/download/20.5.0-5619267642/node-20.5.0-darwin-x64.tar.gz" + }, + { + "filename": "node-20.5.0-linux-x64.tar.gz", + "arch": "x64", + "platform": "linux", + "download_url": "https://github.com/actions/node-versions/releases/download/20.5.0-5619267642/node-20.5.0-linux-x64.tar.gz" + }, + { + "filename": "node-20.5.0-win32-x64.7z", + "arch": "x64", + "platform": "win32", + "download_url": "https://github.com/actions/node-versions/releases/download/20.5.0-5619267642/node-20.5.0-win32-x64.7z" + } + ] + }, { "version": "20.4.0", "stable": true,