diff --git a/package-lock.json b/package-lock.json index be06b53..57bc527 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ }, "engines": { "node": ">=v16.19.0", - "npm": ">=8.19.0" + "npm": ">=8.19.3" } }, "node_modules/@actions/core": { diff --git a/package.json b/package.json index f687cd6..a027d10 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "lib/index.js", "engines": { "node": ">=v16.19.0", - "npm": ">=8.19.0" + "npm": ">=8.19.3" }, "scripts": { "postinstall": "npx husky install",