Skip to content

Bump @types/node from 20.12.6 to 20.12.7 #1425

Bump @types/node from 20.12.6 to 20.12.7

Bump @types/node from 20.12.6 to 20.12.7 #1425

Workflow file for this run

name: Labeler
on: [pull_request]
jobs:
label:
name: Labeler
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true