diff --git a/action.yml b/action.yml index 577b9d079..8ca4b50f4 100644 --- a/action.yml +++ b/action.yml @@ -131,6 +131,6 @@ outputs: description: 'Build result metadata' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js' post: 'dist/index.js'