docs: fix indent

This commit is contained in:
naskya 2024-05-11 04:23:20 +09:00
parent ded0de27c5
commit eeb09028bd
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -17,11 +17,13 @@ You can control the verbosity of the server log by adding `maxLogLevel` in `.con
- Not only Firefish but also Node.js has recently fixed a few security issues: - Not only Firefish but also Node.js has recently fixed a few security issues:
- https://nodejs.org/en/blog/vulnerability/april-2024-security-releases - https://nodejs.org/en/blog/vulnerability/april-2024-security-releases
- https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2 - https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2
So, it is highly recommended that you upgrade your Node.js version as well. The new versions are So, it is highly recommended that you upgrade your Node.js version as well. The new versions are
- Node v18.20.2 (v18.x LTS) - Node v18.20.2 (v18.x LTS)
- Node v20.12.2 (v20.x LTS) - Node v20.12.2 (v20.x LTS)
- Node v21.7.3 (v21.x) - Node v21.7.3 (v21.x)
- You can check your Node.js version by this command:
You can check your Node.js version by this command:
```sh ```sh
node --version node --version
``` ```