diff --git a/package.json b/package.json index c271f2c..88598b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { "name": "next-app-ts", "private": true, + "engines": { + "node": ">=16.20.0" + }, "scripts": { "dev": "next dev -H 0.0.0.0 -p 4121", "build": "next build",