From 1f74a2cccf413c9496e2a2b56dfe31b3a6241ee1 Mon Sep 17 00:00:00 2001 From: Olivier Duhart <1224790+b3b00@users.noreply.github.com> Date: Sat, 9 Dec 2023 07:26:31 +0100 Subject: [PATCH] Update node version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'