diff options
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 7fcc238..797ae8a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "start": "npm i --only=prod; node --trace-warnings build/index.js" }, "engines": { - "node": ">=16.0.0" + "node": ">=17.0.0" }, "repository": { "type": "git", |