From 76542255d35a55f67e2ad009f656cf032671e37f Mon Sep 17 00:00:00 2001 From: "Rasamoelina, Haja Onjatiana" <26148770+rhahao@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:43:54 +0300 Subject: [PATCH] feat(actions): update to use node20 --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 10ba7bf..ea7ab64 100644 --- a/action.yaml +++ b/action.yaml @@ -13,7 +13,7 @@ inputs: required: false default: true runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: 'play-circle'