From 4634c16e79c963813287e889244c50009e7f0981 Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Mon, 5 Feb 2024 12:48:15 -0800 Subject: [PATCH] Update node version (#406) Update to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e319453..8711302 100644 --- a/action.yml +++ b/action.yml @@ -58,7 +58,7 @@ outputs: assets: description: "JSON array containing information about each uploaded asset, in the format given [here](https://docs.github.com/en/rest/reference/repos#upload-a-release-asset--code-samples) (minus the `uploader` field)" runs: - using: "node16" + using: "node20" main: "dist/index.js" branding: color: "green"