Skip to content

Commit

Permalink
fix: Upgrade GitHub Action to use Node v16 (#207)
Browse files Browse the repository at this point in the history

Co-authored-by: Martin Migasiewicz <71527391+martinmigasiewicz-tomtom@users.noreply.github.com>
  • Loading branch information
martinm82 and martinmigasiewicz-tomtom committed Oct 14, 2022
1 parent 7c194c2 commit 6282ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -2,7 +2,7 @@ name: semantic-pull-request
author: Jan Amann <jan@amann.me>
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'
Expand Down

0 comments on commit 6282ee3

Please sign in to comment.