From 5ae60d70a21ac5334eea28b31b84c1af12a5b966 Mon Sep 17 00:00:00 2001 From: ywt114 <58467878+ywt114@users.noreply.github.com> Date: Sat, 27 Jan 2024 09:20:07 +0800 Subject: [PATCH] update to Node.js 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e319453..aefd601 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"