From 476f02dd97d7661c27e43cfe8a3c3120d95ea97d Mon Sep 17 00:00:00 2001 From: Michael Vasseur Date: Fri, 14 Jun 2024 18:34:30 +0200 Subject: [PATCH] Use newer node base --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a83dcb4..8901239 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,7 @@ inputs: required: false runs: - using: 'node12' + using: 'node20' main: 'dist/index.js' branding: