diff --git a/action.yml b/action.yml index 6ab7f6ba..4e84732f 100644 --- a/action.yml +++ b/action.yml @@ -18,5 +18,5 @@ outputs: use-runner: description: 'The runner to use, either the primary or the fallback runner, based on availability' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'