diff --git a/action.yml b/action.yml index f2e8449..0f701c5 100644 --- a/action.yml +++ b/action.yml @@ -37,7 +37,7 @@ branding: icon: "check-square" color: "green" runs: - using: "node20" + using: "node24" pre: "dist/pre/index.js" main: "dist/index.js" post: "dist/post/index.js"