From 323ab9ba08daea206437435deae1eb34849cd8a4 Mon Sep 17 00:00:00 2001 From: Spencer Comfort <109806759+GiddyGoatGaming@users.noreply.github.com> Date: Wed, 25 Jan 2023 20:07:25 -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 52bad68..58a010c 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: node18 + using: node16 main: dist/index.js