Skip to content

Bump @types/node from 22.13.1 to 24.9.1 #3548

Bump @types/node from 22.13.1 to 24.9.1

Bump @types/node from 22.13.1 to 24.9.1 #3548

Workflow file for this run

name: 'PR Labels'
'on':
pull_request:
types:
- opened
- labeled
- unlabeled
- synchronize
jobs:
pr_labels:
name: '🏭 Verify'
runs-on: ubuntu-latest
steps:
-
name: '🏷 Verify PR has a valid label'
uses: jesusvasquez333/verify-pr-label-action@v1.4.0
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
valid-labels: 'breaking change, bug, documentation, enhancement, refactor, performance, new feature, maintenance, ci, dependencies, question'
disable-reviews: true