From 5729c7139651dc5fef77f7e78f768d1674f8e126 Mon Sep 17 00:00:00 2001 From: christoph-schauppel <84378024+christoph-schauppel@users.noreply.github.com> Date: Thu, 20 Oct 2022 09:25:19 +0200 Subject: [PATCH] Upgrade to node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4e64eea..cde4da2 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ inputs: required: false default: 'false' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: icon: lock