diff --git a/action.yml b/action.yml index c3592972f..33d72ff9b 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ inputs: description: 'Token to get tags from the repo. Pass in using `secrets.GITHUB_TOKEN`.' required: true runs: - using: 'node18' + using: 'node16' main: 'dist/index.js' branding: icon: 'arrow-up-right'