Skip to content

chore: bump globals from 16.5.0 to 17.0.0 in the npm-packages group #582

chore: bump globals from 16.5.0 to 17.0.0 in the npm-packages group

chore: bump globals from 16.5.0 to 17.0.0 in the npm-packages group #582

Workflow file for this run

name: 'Lint PR title'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v6
with:
node-version: 24
- uses: ./
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}