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/setup.ja.md | |
| 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/setup.ja.md')
| -rw-r--r-- | docs/setup.ja.md | 2 |
1 files changed, 1 insertions, 1 deletions
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/)** |