diff --git a/package.json b/package.json index 3cc8d57..97afeb7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.4", "private": true, "scripts": { - "prepare": "husky install && npm run build", + "prepare": "husky && npm run build", "build": "ncc build src/main.ts -o lib", "watch": "ncc watch src/main.ts -o lib" }, @@ -18,6 +18,10 @@ "npm run build" ] }, + "engines": { + "node": ">=v20.11.0", + "npm": ">=10.2.4" + }, "dependencies": { "@actions/core": "~1.10.0", "@actions/github": "~6.0.0",