From 6b61bb5648ddc1241deb73ea6b72c3a1e1f9e445 Mon Sep 17 00:00:00 2001 From: Dean G <97860672+gaoDean@users.noreply.github.com> Date: Wed, 12 Oct 2022 20:36:37 +1100 Subject: [PATCH] update to node16 from node12 (#263) --- 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"