From 9624971e5ca3184618b29686baf638e14f65bd14 Mon Sep 17 00:00:00 2001 From: Enes <66560757+devenes@users.noreply.github.com> Date: Tue, 18 Oct 2022 15:09:04 +0300 Subject: [PATCH] dep: update from Node12 to Node16 (#10) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6c19c23..b03d4eb 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ inputs: required: false default: '.' runs: - using: 'node12' + using: 'node16' main: 'start.js' branding: icon: 'arrow-up-circle'