From 7a6ae1c9e121540d11c9c7e4e667c83d583aa153 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Tue, 13 Feb 2024 16:52:50 +0100 Subject: [PATCH] update to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d553f1b..dbf1c1d 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ outputs: is-valid: # id of output description: 'Return if the input version is valid' runs: - using: 'node16' + using: 'node20' main: 'index.js' branding: icon: 'check-square'