From 67e4c59721ccd1d80d578f881308f6030a946214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Mothes?= Date: Mon, 4 Mar 2024 13:16:52 +0100 Subject: [PATCH] update node version --- .nvmrc | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.nvmrc b/.nvmrc index b6a7d89..aabe6ec 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16 +21 diff --git a/action.yml b/action.yml index 5506ea9..2dc0cc3 100644 --- a/action.yml +++ b/action.yml @@ -20,5 +20,5 @@ inputs: description: "Whether to notify user watching the Jira issues, default is 'false'" required: false runs: - using: 'node16' + using: 'node21' main: './dist/index.js'