From 8e0910eb7fb780104524c798005a3430a923a4cd Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Tue, 7 May 2024 08:06:08 -0400 Subject: [PATCH] Use node20 --- .nvmrc | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.nvmrc b/.nvmrc index 07c142ffe..209e3ef4b 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16.13.1 +20 diff --git a/action.yml b/action.yml index c65a9ce9e..7ee20f75d 100644 --- a/action.yml +++ b/action.yml @@ -61,7 +61,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"