From 3514cfe132076f918e92a752175cd33d09a6b50d Mon Sep 17 00:00:00 2001 From: Matt Harting Date: Wed, 31 Jan 2024 15:53:46 -0600 Subject: [PATCH] update action to node20 (#1) --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index e319453bb..871130244 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" diff --git a/package.json b/package.json index aa7af0b23..3cf0831cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-gh-release", - "version": "0.1.15", + "version": "0.1.16", "private": true, "description": "GitHub Action for creating GitHub Releases", "main": "lib/main.js",