diff --git a/package-lock.json b/package-lock.json index d3796b6c16..bad0d2d00a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -91,7 +91,7 @@ "watchify": "4.0.0" }, "engines": { - "node": "^18.0.0", + "node": "^20.0.0", "npm": "^9.0.0" }, "optionalDependencies": { diff --git a/package.json b/package.json index 66db492928..10b74465d3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Subscribe with Google", "main": "index.js", "engines": { - "node": "^18.0.0", + "node": "^20.0.0", "npm": "^9.0.0" }, "author": "Subscribe with Google Authors",