diff --git a/action.yml b/action.yml index fcacde4..b956711 100644 --- a/action.yml +++ b/action.yml @@ -40,5 +40,5 @@ outputs: description: 'URL of the edit page of the uploaded version' runs: - using: 'node20' + using: 'node24' main: 'index.js' diff --git a/package.json b/package.json index ce2ebc7..a92ab5a 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "lint:fix": "biome check --write ." }, "engines": { - "node": "20.1.0" + "node": ">=24.0.0" } }