From d5456180a60eed1d0c866df453eca6751e9d27a2 Mon Sep 17 00:00:00 2001 From: Ray Xu Date: Tue, 20 Feb 2024 12:46:29 -0800 Subject: [PATCH] Update action.yml to use node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1d3d286..ff45f2b 100644 --- a/action.yml +++ b/action.yml @@ -97,7 +97,7 @@ outputs: time: description: Test execution time [ms] runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: color: blue