From fc05df56de7570d2a8f717bcfafdbb6aca6b9677 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 16:04:10 +0200 Subject: [PATCH] Update versions-manifest (#136) Co-authored-by: Service account --- versions-manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/versions-manifest.json b/versions-manifest.json index 6b49670..a7f4594 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -2,25 +2,25 @@ { "version": "20.1.0", "stable": true, - "release_url": "https://github.com/actions/node-versions/releases/tag/20.1.0-4879485699", + "release_url": "https://github.com/actions/node-versions/releases/tag/20.1.0-4890533026", "files": [ { "filename": "node-20.1.0-darwin-x64.tar.gz", "arch": "x64", "platform": "darwin", - "download_url": "https://github.com/actions/node-versions/releases/download/20.1.0-4879485699/node-20.1.0-darwin-x64.tar.gz" + "download_url": "https://github.com/actions/node-versions/releases/download/20.1.0-4890533026/node-20.1.0-darwin-x64.tar.gz" }, { "filename": "node-20.1.0-linux-x64.tar.gz", "arch": "x64", "platform": "linux", - "download_url": "https://github.com/actions/node-versions/releases/download/20.1.0-4879485699/node-20.1.0-linux-x64.tar.gz" + "download_url": "https://github.com/actions/node-versions/releases/download/20.1.0-4890533026/node-20.1.0-linux-x64.tar.gz" }, { "filename": "node-20.1.0-win32-x64.7z", "arch": "x64", "platform": "win32", - "download_url": "https://github.com/actions/node-versions/releases/download/20.1.0-4879485699/node-20.1.0-win32-x64.7z" + "download_url": "https://github.com/actions/node-versions/releases/download/20.1.0-4890533026/node-20.1.0-win32-x64.7z" } ] },