From 58b892d860d9f0ffd01d160c5c208536e3963e23 Mon Sep 17 00:00:00 2001 From: Enes Date: Thu, 1 Dec 2022 13:59:39 +0300 Subject: [PATCH] Update action config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🚨 Node 12 has an end of life on April 30, 2022. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5534a6a..f350cd4 100644 --- a/action.yml +++ b/action.yml @@ -37,5 +37,5 @@ inputs: required: false default: 'true' runs: - using: 'node12' + using: 'node16' main: 'dist_gh_action/index.js'