diff --git a/package.json b/package.json index bc0f5a13..76306284 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { "name": "go-view", "version": "1.1.11", + "engines": { + "node": ">=16.14 <18.0.0" + }, "scripts": { "dev": "vite --host", "build": "vue-tsc --noEmit && vite build",