Skip to content

chore: bump dev Node version to 20 #4

chore: bump dev Node version to 20

chore: bump dev Node version to 20 #4

Workflow file for this run

name: PR title check
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: glazerdesktop/actions/semantic-prs@main
with:
gh_token: ${{ secrets.GITHUB_TOKEN }}