From 58f7ffb861effbab5331b0b3971272971ae78a14 Mon Sep 17 00:00:00 2001 From: Olivier Duhart <1224790+b3b00@users.noreply.github.com> Date: Fri, 26 Jan 2024 20:58:38 +0100 Subject: [PATCH] uphrade node version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index dcb915f..445236d 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,7 @@ outputs: coverageFile: description: 'path to the generated coverage file' runs: - using: 'node16' + using: 'node20' #pre: 'setup.js' main: 'index.js' #post: 'cleanup.js'