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'