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