From e6eaeacf27b9996ccfae8dcfc195f0ff0c58dc2d Mon Sep 17 00:00:00 2001 From: d10sfan Date: Thu, 13 Oct 2022 13:42:53 -0500 Subject: [PATCH] Update to node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8776ef9..90467b8 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'Get Engine Name' description: 'Gets engine name based on commits folder' author: 'd10sfan' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' inputs: token: