Skip to content

feat!: Upgrade action to use Node.js 24 and ESM #423

feat!: Upgrade action to use Node.js 24 and ESM

feat!: Upgrade action to use Node.js 24 and ESM #423

name: 'Lint PR title preview (current branch)'
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
main:
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v4
with:
node-version: 20
- run: pnpm install
- run: pnpm build
- uses: ./
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}