Skip to content

breaking: Switch to ESM only. Drop Node.js v14 support. #446

breaking: Switch to ESM only. Drop Node.js v14 support.

breaking: Switch to ESM only. Drop Node.js v14 support. #446

Workflow file for this run

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