From 8e5f4690b3e647ce476d8dcf977a3907668353b4 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Tue, 30 Jan 2024 08:23:50 -0800 Subject: [PATCH] chore(ci): bump to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ad4180a2e..b9097f0d8 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'