From 87ef3ddb96e52b936802e0fc87b62b2de920d547 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Thu, 4 Apr 2024 17:18:48 +0200 Subject: [PATCH] Update node version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index aa33965..5ef4cb7 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: description: Status description default: by unanimously-approved runs: - using: 'node12' + using: 'node20' main: 'dist/index.js' branding: icon: 'check-circle'