From 87c47b966a575834f8da1609b01ea3e9d4f98288 Mon Sep 17 00:00:00 2001 From: Leo Gaskin Date: Sat, 10 Dec 2022 07:49:51 +0100 Subject: [PATCH] Use node16 as node12 is now depreciated in GitHub Actions Closes #17 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bcba4d5..53b1b89 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ inputs: Whether to treat errors as warnings. default: false runs: - using: 'node12' + using: 'node16' main: 'index.js' branding: icon: 'align-left'