diff --git a/action.yml b/action.yml index cb42ae8c..32f082cc 100644 --- a/action.yml +++ b/action.yml @@ -47,6 +47,6 @@ inputs: default: stable runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' post: 'dist/index.js'