diff --git a/package.json b/package.json index b20680f..d7ac681 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,9 @@ "name": "portfoliov2", "type": "module", "version": "0.0.1", + "engines": { + "node": ">=18.20.8" + }, "scripts": { "dev": "astro dev", "build": "astro build",