Skip to content

Commit 7752271

Browse files
committed
chore: changed node version to 20 in action.yml
1 parent a160341 commit 7752271

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: semantic-pull-request
22
description: Ensure your PR title matches the Conventional Commits spec (https://www.conventionalcommits.org/).
33
runs:
4-
using: 'node24'
4+
using: 'node20'
55
main: 'dist/index.js'
66
branding:
77
icon: 'shield'

0 commit comments

Comments
 (0)