diff --git a/package.json b/package.json index 8815d51..20e4150 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,9 @@ "name": "lina-architecture-portfolio", "version": "0.1.0", "private": true, + "engines": { + "node": "20.x" + }, "scripts": { "dev": "next dev", "build": "next build",