From f2d80c8192de6695f998883fc84f1b8625a9a714 Mon Sep 17 00:00:00 2001 From: Sarah Miles Date: Tue, 13 Feb 2024 15:07:04 -0500 Subject: [PATCH] Update to Node 20 (#83) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6b98214a..a4e773de 100644 --- a/action.yml +++ b/action.yml @@ -35,5 +35,5 @@ inputs: branding: color: 'blue' runs: - using: 'node16' + using: 'node20' main: 'lib/index.js'