Skip to content

Commit 6282ee3

Browse files
martinm82martinmigasiewicz-tomtom
andauthoredOct 14, 2022
fix: Upgrade GitHub Action to use Node v16 (#207)
Co-authored-by: Martin Migasiewicz <71527391+martinmigasiewicz-tomtom@users.noreply.github.com>
1 parent 7c194c2 commit 6282ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: semantic-pull-request
22
author: Jan Amann <jan@amann.me>
33
description: Ensure your PR title matches the Conventional Commits spec (https://www.conventionalcommits.org/).
44
runs:
5-
using: 'node12'
5+
using: 'node16'
66
main: 'dist/index.js'
77
branding:
88
icon: 'shield'

0 commit comments

Comments
 (0)
Please sign in to comment.