From 6b7237135d1fb114d1119f71403edbe6a9f4d899 Mon Sep 17 00:00:00 2001 From: madhead Date: Sat, 27 Jan 2024 03:19:34 +0100 Subject: [PATCH] Fix #707: Node 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7a13d36a..78868300 100644 --- a/action.yml +++ b/action.yml @@ -59,7 +59,7 @@ outputs: inc-prerelease: description: A result of the call of the semver's `inc` function with `prerelease` increment runs: - using: node16 + using: node20 main: dist/index.js branding: icon: hash