From d86a3df448a3409591bfcd7785756323e2eb3fc9 Mon Sep 17 00:00:00 2001 From: Trenton Dyck Date: Fri, 9 Aug 2024 16:09:17 -0700 Subject: [PATCH] feat: node 20 support --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9010712..9d125d5 100644 --- a/action.yml +++ b/action.yml @@ -37,5 +37,5 @@ inputs: required: false default: false runs: - using: 'node12' + using: 'node20' main: 'dist/index.js'