From 62b779f89ba9b00aa914d94967c14e38ad9a9dea Mon Sep 17 00:00:00 2001 From: Ruihua Wen Date: Thu, 6 Feb 2025 14:43:12 +0900 Subject: [PATCH] fix: restrict Node.js 22.7.x to avoid encoding issues --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 7cb215dc..de5b4a71 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,7 @@ { + "engines": { + "node": ">=16.14.0 <22.7.0 || >=22.8.0" + }, "private": true, "scripts": { "dev": "docusaurus start --port 8888",