Updated the node verison.
Some checks failed
Try out action / Try action (push) Failing after 20s
Try out action / test-job (push) Successful in 1s
Lint / pre-commit Autoupdate (push) Successful in 41s

This commit is contained in:
Philipp Horstenkamp 2024-05-28 22:55:57 +02:00
parent be1591e1ec
commit f30b5f35fb
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

View File

@ -1,4 +1,5 @@
name: Infrement version number to max. 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. 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: inputs:
url-pattern: url-pattern:
@ -12,5 +13,5 @@ outputs:
description: The maximum currently downloadable version found. description: The maximum currently downloadable version found.
runs: runs:
using: node12 using: node20
main: index.js main: index.js