From f308cd683792ebcac2b3c7e704211dd00fc18247 Mon Sep 17 00:00:00 2001 From: "Jason A. Dour" <10261648+jason-dour@users.noreply.github.com> Date: Tue, 25 Jun 2024 20:55:34 -0400 Subject: [PATCH] Update action.yml Updating to node20. --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 266142c..2317be0 100644 --- a/action.yml +++ b/action.yml @@ -13,5 +13,5 @@ outputs: gomplate-version: description: The installed Gomplate version. Useful when given a version range as input. runs: - using: 'node16' - main: 'dist/index.js' \ No newline at end of file + using: 'node20' + main: 'dist/index.js'