From 6f849e36353b9429eac44f87f4e7c1c8cbdbb0f2 Mon Sep 17 00:00:00 2001 From: Peter Evans <18365890+peter-evans@users.noreply.github.com> Date: Wed, 31 Jan 2024 11:33:43 +0000 Subject: [PATCH] Bump close-pull-requests to node 20 --- .github/close-pull-requests/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/close-pull-requests/action.yml b/.github/close-pull-requests/action.yml index 7c9b22322..38d5deb10 100644 --- a/.github/close-pull-requests/action.yml +++ b/.github/close-pull-requests/action.yml @@ -7,7 +7,7 @@ inputs: repository: description: 'The target GitHub repository' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: 'delete'