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