diff --git a/package-lock.json b/package-lock.json index 1810fde..e64cf03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "should": "^13.2.3" }, "engines": { - "node": ">=20.x" + "node": ">=24.x" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index 5a87f89..b5ab93f 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,6 @@ "should": "^13.2.3" }, "engines": { - "node": ">=20.x" + "node": ">=24.x" } }