From 74e66d77787fd493cbf0b8b42861fe15e1f8eafc Mon Sep 17 00:00:00 2001 From: Robbie Ostrow Date: Thu, 1 Feb 2024 10:42:24 -0800 Subject: [PATCH] Bump runtime to node20 from node16 (#114) https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index eea5b3f..ff8e56f 100644 --- a/action.yml +++ b/action.yml @@ -74,5 +74,5 @@ branding: icon: message-circle color: purple runs: - using: "node16" + using: "node20" main: "dist/index.js"