From 71a49c60eb21068b984d2dc23bc3c72c819c1a3b Mon Sep 17 00:00:00 2001 From: RiX Date: Sat, 5 Nov 2022 15:15:40 +0100 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1c7abef..e319453 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: "node12" + using: "node16" main: "dist/index.js" branding: color: "green"