From 796733b6bf8a8939858516be31ea4c4da7564128 Mon Sep 17 00:00:00 2001 From: Per Karlsson Date: Fri, 26 Jan 2024 22:23:31 +0100 Subject: [PATCH] Bump node to version 20 (#90) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4b19542..852cec0 100644 --- a/action.yml +++ b/action.yml @@ -11,5 +11,5 @@ outputs: branding: color: 'blue' runs: - using: 'node16' + using: 'node20' main: 'lib/index.js'