diff --git a/package.json b/package.json index 89a62fa..9499bb0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,9 @@ { "private": true, + "engines": { + "node": ">=16", + "pnpm": ">=7" + }, "scripts": { "build": "nuxt build", "dev": "nuxt dev",