Skip to content

Commit 6282ee3

Browse files
fix: Upgrade GitHub Action to use Node v16 (#207)
Co-authored-by: Martin Migasiewicz <[email protected]>
1 parent 7c194c2 commit 6282ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: semantic-pull-request
22
author: Jan Amann <[email protected]>
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)