From b09456bdcbf6b31af9f7fbaaa653401200e14d87 Mon Sep 17 00:00:00 2001 From: Miao Wang Date: Tue, 7 May 2024 19:13:16 +0800 Subject: [PATCH] Update readme to reflect nodejs version requirement Fixes: #426 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5c65b9..2773b86 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ mkdir -p static/status wget https://mirrors.tuna.tsinghua.edu.cn/static/status/isoinfo.json -O static/status/isoinfo.json ``` -编译前,先安装 Ruby (>= 3.0) 和 Node.js (>= 16),然后执行: +编译前,先安装 Ruby (>= 3.0) 和 Node.js (>= 18),然后执行: ```bash bundle install --deployment