From 47419782f0384064492ac614b347f1f79a32b3e5 Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Fri, 26 Jan 2024 16:48:17 -0800 Subject: [PATCH] Update node version 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"