commit c8ef9dbb43809abc95afe6f2e3ec878545714760 Author: moweilin Date: Fri Jan 19 15:28:26 2024 +0800 添加 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