diff --git a/docs/notice-for-admins.md b/docs/notice-for-admins.md index 6f979923ff..286575861a 100644 --- a/docs/notice-for-admins.md +++ b/docs/notice-for-admins.md @@ -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: - https://nodejs.org/en/blog/vulnerability/april-2024-security-releases - 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 - Node v18.20.2 (v18.x LTS) - Node v20.12.2 (v20.x LTS) - 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 node --version ```