diff --git a/action.yml b/action.yml index a530956..20495d2 100644 --- a/action.yml +++ b/action.yml @@ -27,5 +27,5 @@ outputs: trx-files: description: 'list of trx files' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'