diff --git a/package-lock.json b/package-lock.json index eccaae9e20..67a852021a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "undici": "^6.27.0" }, "engines": { - "node": ">=24.4.0" + "node": ">=24.18.0" } }, "node_modules/@actions/core": { diff --git a/package.json b/package.json index 834696251d..18a68af3c0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Creates a pull request for changes to your repository in the actions workspace", "main": "lib/main.js", "engines": { - "node": ">=24.4.0" + "node": ">=24.18.0" }, "scripts": { "build": "tsc && ncc build",