From 3dff20a193724d4da49c2af8efc0c24796bda625 Mon Sep 17 00:00:00 2001 From: Alex Laird Date: Fri, 10 May 2024 11:01:20 -0500 Subject: [PATCH] build: bump to node20 from node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5785d8e7..0933a0dd 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,7 @@ inputs: default: '.github/label-commenter-config.yml' required: false runs: - using: 'node16' + using: 'node20' main: 'dist_release/index.js' branding: icon: 'tag'