From 86ccb2d27e52fcd55076ac336eb3ba14f6c9e7bb Mon Sep 17 00:00:00 2001 From: troyeguo Date: Sat, 26 Aug 2023 22:25:25 +0800 Subject: [PATCH] fix bug --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a0f3f6bbf..2f6e44c53d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "email": "support@960960.xyz" }, "engines": { - "node": "<15.0.0", + "node": "18.x", "npm": ">=6.0.0" }, "repository": "https://github.com/troyeguo/koodo-reader",