From f30b5f35fb305ef99fbe1162dfaaaf631d7b497f Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Tue, 28 May 2024 22:55:57 +0200 Subject: [PATCH] Updated the node verison. --- action.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 06af747..384fff6 100644 --- a/action.yaml +++ b/action.yaml @@ -1,4 +1,5 @@ name: Infrement version number to max. +author: Philipp Horstenkamp description: Increases a version number until the the version number is invalid. Onyl updates minor and below. No support for previews. Only Semantic numbers are supported. inputs: url-pattern: @@ -12,5 +13,5 @@ outputs: description: The maximum currently downloadable version found. runs: - using: node12 + using: node20 main: index.js