diff --git a/action.yml b/action.yml index 09e3026..18c7c26 100644 --- a/action.yml +++ b/action.yml @@ -42,5 +42,5 @@ outputs: This ID can be used as input to other APIs to download, delete or get more information about an artifact: https://docs.github.com/en/rest/actions/artifacts runs: - using: 'node20' + using: 'node16' main: 'dist/index.js'