diff --git a/docs/install/README.md b/docs/install/README.md index 1e9f87c966..2b283dda50 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -12,7 +12,7 @@ sidebar: auto ### 在安装之前 -在安装 RSSHub 之前,请确保您的电脑中已经安装了 [Git](https://git-scm.com/) 和 [Node.js >= 10.0](https://nodejs.org/)。 +在安装 RSSHub 之前,请确保您的电脑中已经安装了 [Git](https://git-scm.com/) 和 [Node.js >= 8.0.0](https://nodejs.org/)。 ### 安装 Git diff --git a/package.json b/package.json index d2a23761db..37693e9d6f 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,6 @@ "winston": "3.0.0-rc5" }, "engines": { - "node": ">=10.0.0" + "node": ">=8.0.0" } }