diff --git a/action.yml b/action.yml index 52cae03..c1b7e46 100644 --- a/action.yml +++ b/action.yml @@ -13,5 +13,5 @@ outputs: edge-path: description: 'The installed Edge path.' runs: - using: 'node20' + using: 'node24' main: 'index.js' diff --git a/package.json b/package.json index 8be9b5f..53f2157 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "dist/index.js", "packageManager": "pnpm@8.7.5", "engines": { - "node": "20.6.1" + "node": ">=24.0.0" }, "dependencies": { "@actions/core": "^1.10.1",