Skip to content

fix: Node bump to 20 from 16 #147

fix: Node bump to 20 from 16

fix: Node bump to 20 from 16 #147

name: Conventional Commits
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: liatrio/github-actions/conventional-pr-title@master
with:
token: ${{ secrets.GITHUB_TOKEN }}