From a36b123594b5cbffeda274a8a37ecd8e8b0e253d Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Sun, 19 Nov 2023 11:36:09 +0800 Subject: [PATCH] feat: support running on node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d621352..5c65b4e 100644 --- a/action.yml +++ b/action.yml @@ -9,5 +9,5 @@ branding: color: blue icon: play runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'