diff --git a/package.json b/package.json
index 1aaa867..8a50d50 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
     "version": "1.4.2",
     "type": "module",
     "engines": {
-        "node": ">= 18.0.0 && <= 18.17.1"
+        "node": ">= 22.14.0"
     },
     "scripts": {
         "fmt": "eslint \"**/*.{ts,vue}\" --fix",