diff --git a/package.json b/package.json index 94c0599..095c2c6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "version": "0.1.0", "description": "A collection of templates for creating WordPress blocks and Editor extensions.", "engines": { - "node": ">=12.0.0" + "node": ">=18.12.0", + "npm": ">=8.19.2" }, "scripts": { "test-template": "create-block test-block --template ./templates/dynamic"