From 0efe77c6507b115f624f9e1c05d45857ea0f4a97 Mon Sep 17 00:00:00 2001 From: Julia Plewa <34098778+jplewa@users.noreply.github.com> Date: Wed, 25 Oct 2023 21:54:52 +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 3288ad4..cf5020d 100644 --- a/action.yml +++ b/action.yml @@ -16,5 +16,5 @@ outputs: capitalized: description: The input string, with any alphabetical characters lowercase, except for the first character, which is uppercased runs: - using: node16 + using: node20 main: index.js