diff --git a/.nvmrc b/.nvmrc index 5ef1a0c..cabf43b 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.* \ No newline at end of file +24 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index a7100b4..7ef03f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "typescript": "^5.8.3" }, "engines": { - "node": ">=22.0.0" + "node": ">=24.0.0" } }, "node_modules/@alloc/quick-lru": { diff --git a/package.json b/package.json index 9f19e0d..9d90374 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,6 @@ } }, "engines": { - "node": ">=22.0.0" + "node": ">=24.0.0" } }