diff --git a/package.json b/package.json index 14fd0af..107a1d3 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,9 @@ "repository": "git@github.com:cockpit/starter-kit.git", "author": "", "license": "LGPL-2.1", + "engines": { + "node": ">= 16" + }, "scripts": { "watch": "ESBUILD_WATCH='true' ./build.js", "build": "./build.js",