diff --git a/action.yml b/action.yml index 7504f84..dcb915f 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,7 @@ outputs: coverageFile: description: 'path to the generated coverage file' runs: - using: 'node12' + using: 'node16' #pre: 'setup.js' main: 'index.js' #post: 'cleanup.js'