From 31fc69136a15f9c138c5a632c260d926394288d0 Mon Sep 17 00:00:00 2001 From: Dave <50186003+thedave42@users.noreply.github.com> Date: Thu, 4 Apr 2024 11:26:12 -0700 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 45a4085..d7e70e0 100644 --- a/action.yml +++ b/action.yml @@ -20,5 +20,5 @@ inputs: default: "0" runs: - using: 'node12' + using: 'node20' main: 'dist/index.js'