From 41b8959afb3d94c9c4228995889fc61822c897f0 Mon Sep 17 00:00:00 2001 From: Martin Migasiewicz <71527391+martinmigasiewicz-tomtom@users.noreply.github.com> Date: Thu, 13 Oct 2022 13:01:41 +0200 Subject: [PATCH] fix: upgrade GitHub Action to use NodeJS16. See as well https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ --- 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'