chore: change node.js version in README

This commit is contained in:
anatawa12 2025-03-03 22:57:16 +09:00
commit 3411b13336
No known key found for this signature in database
GPG key ID: 9CA909848B8E4EA6
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ so it is recommended to install with rustup and update it regularly.
Not only Rust, some projects may require additional dependencies.
For ALCOM, you need to install any LTS version of Node.js and npm for building the frontend.
For ALCOM, you need to install Node.js >=20 supported and npm for building the frontend.
Please refer to the [Node.js installation guide](https://nodejs.org/en/download/) to install Node.js if you don't have it.

View file

@ -70,7 +70,7 @@ Version numbers shown here are as of the writing (Dec 2024), so might be outdate
To build ALCOM, you need to have the following installed:
- [Node.js] LTS — to build the web part of the project
- [Node.js] >=20 supported — to build the web part of the project
- [npm] v10 — to install the dependencies of the web part (bundled with node.js so no extra attention needed in most case)
- [cargo] latest — to build the most part of the project
- And other requirements for tauri, see [tauri requirements](https://v2.tauri.app/start/prerequisites/#system-dependencies)