From cc612bc397250290ab3c43028413b3d244c13a52 Mon Sep 17 00:00:00 2001 From: Alex Prizov Date: Wed, 12 Oct 2022 09:11:13 +0300 Subject: [PATCH] use node16 for the action --- 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'