diff --git a/action.yml b/action.yml index e004503..9edfb3a 100755 --- a/action.yml +++ b/action.yml @@ -112,6 +112,6 @@ outputs: description: 'Build result metadata' runs: - using: 'node20' + using: 'node16' main: 'dist/index.js' post: 'dist/index.js'