diff --git a/package-lock.json b/package-lock.json index 3498ec8..a79d670 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ }, "engines": { "node": ">=v16.19.0", - "npm": ">=9.2.0" + "npm": ">=9.3.0" } }, "node_modules/@actions/core": { diff --git a/package.json b/package.json index b0c96ca..176aa80 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "lib/index.js", "engines": { "node": ">=v16.19.0", - "npm": ">=9.2.0" + "npm": ">=9.3.0" }, "scripts": { "postinstall": "npx husky install",