diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2020-05-23 23:19:16 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-23 23:19:16 +0900 |
| commit | 4df5ec82ce3db7fa5b775f6deabe588518a36ca0 (patch) | |
| tree | d6f94bbb7cdf3269dbe5e0f2e420db45d292780f /docs | |
| parent | feat(client): 翻訳をIndexedDBに保存・プッシュ通知を翻訳 (#6396) (diff) | |
| download | sharkey-4df5ec82ce3db7fa5b775f6deabe588518a36ca0.tar.gz sharkey-4df5ec82ce3db7fa5b775f6deabe588518a36ca0.tar.bz2 sharkey-4df5ec82ce3db7fa5b775f6deabe588518a36ca0.zip | |
Drop support for Node v11, v13 (#6402)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/setup.en.md | 4 | ||||
| -rw-r--r-- | docs/setup.fr.md | 4 | ||||
| -rw-r--r-- | docs/setup.ja.md | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md index 7189aa96c4..f658b67c15 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -22,8 +22,8 @@ adduser --disabled-password --disabled-login misskey Please install and setup these softwares: #### Dependencies :package: -* **[Node.js](https://nodejs.org/en/)** >= 11.10.1 -* **[PostgreSQL](https://www.postgresql.org/)** >= 10 +* **[Node.js](https://nodejs.org/en/)** (12.x, 14.x) +* **[PostgreSQL](https://www.postgresql.org/)** (>= 10) * **[Redis](https://redis.io/)** ##### Optional diff --git a/docs/setup.fr.md b/docs/setup.fr.md index b718c4b9fb..3bb33a491e 100644 --- a/docs/setup.fr.md +++ b/docs/setup.fr.md @@ -22,8 +22,8 @@ adduser --disabled-password --disabled-login misskey Installez les paquets suivants : #### Dépendences :package: -* **[Node.js](https://nodejs.org/en/)** >= 11.10.1 -* **[PostgreSQL](https://www.postgresql.org/)** >= 10 +* **[Node.js](https://nodejs.org/en/)** (12.x, 14.x) +* **[PostgreSQL](https://www.postgresql.org/)** (>= 10) * **[Redis](https://redis.io/)** ##### Optionnels diff --git a/docs/setup.ja.md b/docs/setup.ja.md index 269495ab59..252858cf97 100644 --- a/docs/setup.ja.md +++ b/docs/setup.ja.md @@ -22,7 +22,7 @@ adduser --disabled-password --disabled-login misskey これらのソフトウェアをインストール・設定してください: #### 依存関係 :package: -* **[Node.js](https://nodejs.org/en/)** (11.10.1以上) +* **[Node.js](https://nodejs.org/en/)** (12.x, 14.x) * **[PostgreSQL](https://www.postgresql.org/)** (10以上) * **[Redis](https://redis.io/)** |