From e14cb50b8b8827a07ff21f5e21f98bb937958a2e Mon Sep 17 00:00:00 2001 From: Karl Johan Grahn Date: Fri, 14 Oct 2022 20:48:10 +0200 Subject: [PATCH] node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 409e2d74..bdea6523 100644 --- a/action.yml +++ b/action.yml @@ -37,7 +37,7 @@ inputs: default: ${{ github.token }} runs: - using: 'node12' + using: 'node16' main: 'index.js' branding: icon: 'alert-triangle'