diff --git a/action.yaml b/action.yaml index c0d7c7c..c2278a9 100644 --- a/action.yaml +++ b/action.yaml @@ -11,5 +11,5 @@ inputs: description: 'An authentication token (usually a GITHUB_TOKEN) authorised to fetch data from the `GitHub.com`. Only required if `version` is set to `latest`' required: false runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'