diff --git a/package.json b/package.json index ad1db00..d6a08fc 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "1.0.0", + "version": "2.0.0", "description": "Download a specific release from github", "type": "module", "files": [ @@ -67,5 +67,8 @@ "tmp": "0.2.3", "ts-jest": "^29.2.4", "typescript": "^5.2.2" + }, + "engines": { + "node": ">=18.0.0" } }