From 142a9c583a9f0eeb4825b9cafecb81c689860ed5 Mon Sep 17 00:00:00 2001 From: Tatyana Kostromskaya <32135588+takost@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:44:57 +0000 Subject: [PATCH] Update action to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3a944394..503d42dd 100644 --- a/action.yml +++ b/action.yml @@ -28,5 +28,5 @@ outputs: all-labels: description: 'A comma-separated list of all labels that the PR contains' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'