From ff854008dff9364aaba901202772f7be999ca213 Mon Sep 17 00:00:00 2001 From: Spencer Comfort <109806759+GiddyGoatGaming@users.noreply.github.com> Date: Wed, 25 Jan 2023 16:10:48 -0500 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 58a010c..52bad68 100644 --- a/action.yml +++ b/action.yml @@ -33,5 +33,5 @@ outputs: result: description: The return value of the script, stringified with `JSON.stringify` runs: - using: node16 + using: node18 main: dist/index.js