diff --git a/package.json b/package.json index a1459de4..d63d446a 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "type": "module", "version": "0.0.0", "private": true, + "engines": { + "node": "20.x" + }, "scripts": { "build": "vite build --outDir public" },