From 6282ee339b067cb8eab05026f91153f873ad37fb Mon Sep 17 00:00:00 2001 From: Martin Migasiewicz <616250+martinm82@users.noreply.github.com> Date: Fri, 14 Oct 2022 12:22:38 +0200 Subject: [PATCH] fix: Upgrade GitHub Action to use Node v16 (#207) Co-authored-by: Martin Migasiewicz <71527391+martinmigasiewicz-tomtom@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9a51aa103..20c1ea047 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: semantic-pull-request author: Jan Amann description: Ensure your PR title matches the Conventional Commits spec (https://www.conventionalcommits.org/). runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: icon: 'shield'