From 0cf8684c821546a4e0c8c9a4cf4f21a7a0c5014b Mon Sep 17 00:00:00 2001 From: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com> Date: Tue, 30 Jan 2024 08:31:31 -0800 Subject: [PATCH] chore(ci): bump to node20 (#1236) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ad4180a..b9097f0 100644 --- a/action.yml +++ b/action.yml @@ -69,5 +69,5 @@ branding: color: 'red' icon: 'umbrella' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'