From f34cc9124ba335d0dede5fefbff7c230b3c38ac7 Mon Sep 17 00:00:00 2001 From: Dan Adajian Date: Mon, 28 Aug 2023 10:26:51 -0500 Subject: [PATCH] chore(repo): upgrade to node v20 (#417) --- .nvmrc | 2 +- action.yml | 3 +-- dist/action.yml | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.nvmrc b/.nvmrc index 55bffd620..6a148f281 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.15.0 +20.5.0 diff --git a/action.yml b/action.yml index 0c2ec3cae..b819147af 100644 --- a/action.yml +++ b/action.yml @@ -127,13 +127,12 @@ inputs: required: false return_full_payload: description: 'Return full payload from GitHub rather than a trimmed-down version of the response' - default: false required: false outputs: output: description: 'The output of the helper' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: user-check diff --git a/dist/action.yml b/dist/action.yml index 0c2ec3cae..b819147af 100644 --- a/dist/action.yml +++ b/dist/action.yml @@ -127,13 +127,12 @@ inputs: required: false return_full_payload: description: 'Return full payload from GitHub rather than a trimmed-down version of the response' - default: false required: false outputs: output: description: 'The output of the helper' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: user-check