diff --git a/action.yml b/action.yml index 83838fd8c..4e01883a4 100644 --- a/action.yml +++ b/action.yml @@ -43,6 +43,6 @@ inputs: required: false runs: - using: 'node12' + using: 'node16' main: 'index.js' post: 'cleanup.js'