From 73b8376afbc2230b39f31132eb25f44b865765b9 Mon Sep 17 00:00:00 2001 From: Ben Podoll Date: Fri, 2 Feb 2024 10:13:55 -0600 Subject: [PATCH] use node20 instead of node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index cd0c99c..80e20f2 100644 --- a/action.yml +++ b/action.yml @@ -18,5 +18,5 @@ outputs: branding: color: 'blue' runs: - using: 'node16' + using: 'node20' main: 'lib/index.js'