From e7a94fade63f4b082cf7417ec684b1f02d20d080 Mon Sep 17 00:00:00 2001 From: Andrew Ovens Date: Thu, 1 Feb 2024 11:29:35 -0700 Subject: [PATCH] Upgrade to Node 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 36bcfd13..3ce92d23 100644 --- a/action.yml +++ b/action.yml @@ -123,7 +123,7 @@ outputs: upload_url: description: 'The URL for uploading assets to the release.' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: 'tag'