From d1e508b6c2170145127138f93c49b7c46c6ff3a7 Mon Sep 17 00:00:00 2001 From: Lukasz Gornicki Date: Wed, 5 Apr 2023 16:53:49 +0200 Subject: [PATCH] node12 to node16 (#28) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index aabe905..e6f1918 100644 --- a/action.yml +++ b/action.yml @@ -17,7 +17,7 @@ inputs: description: 'Twitter Access Token Secret is referenced here' required: true runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: icon: 'hash'