diff --git a/package.json b/package.json index 288efac5..5d5d1135 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "types": "types/async-function.d.ts", "private": true, "engines": { - "node": ">=20.0.0 <21.0.0" + "node": ">=20.0.0 <23.0.0" }, "scripts": { "build": "npm run build:types && ncc build src/main.ts", @@ -64,4 +64,4 @@ "ts-jest": "^29.1.1", "typescript": "^5.2.2" } -} \ No newline at end of file +}