From c8ef9dbb43809abc95afe6f2e3ec878545714760 Mon Sep 17 00:00:00 2001 From: moweilin Date: Fri, 19 Jan 2024 15:28:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20versions-manifest.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- versions-manifest.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 versions-manifest.json diff --git a/versions-manifest.json b/versions-manifest.json new file mode 100644 index 0000000..2b08474 --- /dev/null +++ b/versions-manifest.json @@ -0,0 +1,15 @@ +[ { + "version": "16.20.2", + "stable": true, + "lts": "Gallium", + "release_url": "https://git.qtoa.cn/actions/node-versions/releases/tag/16.20.2", + "files": [ + { + "filename": "node-16.20.2-linux-x64.tar.gz", + "arch": "x64", + "platform": "linux", + "download_url": "https://git.qtoa.cn/api/packages/github/generic/node/16.20.2/node-16.20.2-linux-x64.tar.gz" + } + ] + } +] \ No newline at end of file