diff --git a/action.yml b/action.yml index d7f2588..4953e72 100644 --- a/action.yml +++ b/action.yml @@ -47,5 +47,5 @@ outputs: registry-paths: description: 'A JSON array of registry paths to which the tag(s) were pushed' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'