diff --git a/action.yml b/action.yml index c5635f6e..33d621d4 100644 --- a/action.yml +++ b/action.yml @@ -75,6 +75,6 @@ outputs: description: 'Build result metadata' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js' post: 'dist/index.js'