From b877d62a88c8e81dab3e0bb4fee3cfaecaa3dfe2 Mon Sep 17 00:00:00 2001 From: Tatyana Kostromskaya <32135588+takost@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:24:54 +0100 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 251c9392..d55f8547 100644 --- a/action.yml +++ b/action.yml @@ -210,5 +210,5 @@ outputs: staled-issues-prs: description: 'List of all staled issues and pull requests.' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'