Skip to content

breaking: Drop Node.js v16 support. Requires >= v18.12. #240

breaking: Drop Node.js v16 support. Requires >= v18.12.

breaking: Drop Node.js v16 support. Requires >= v18.12. #240

Workflow file for this run

name: PR
on: pull_request
jobs:
conventional:
name: Conventional Title
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: yarn
- uses: beemojs/conventional-pr-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}