From abcf1afc200678bf175f85de8c47622f373e6b83 Mon Sep 17 00:00:00 2001 From: prizov Date: Fri, 14 Oct 2022 02:07:48 +0300 Subject: [PATCH] use node16 in `action.yml` (#375) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5a06b95..13b14ae 100644 --- a/action.yml +++ b/action.yml @@ -77,7 +77,7 @@ inputs: required: false default: 3600 runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: icon: 'unlock'