From b210ea80cb9a24c70824597f47151fbc481e8f03 Mon Sep 17 00:00:00 2001 From: Chris <52924685+chrishumanitec@users.noreply.github.com> Date: Thu, 13 Oct 2022 09:57:39 +0200 Subject: [PATCH] Updated to node 16 --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index ef08562..8e2e62e 100644 --- a/action.yaml +++ b/action.yaml @@ -39,7 +39,7 @@ inputs: required: false default: 'api.humanitec.io' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: icon: 'check-square'