Skip to content

Bump @types/node from 20.11.17 to 22.7.2 #178

Bump @types/node from 20.11.17 to 22.7.2

Bump @types/node from 20.11.17 to 22.7.2 #178

Workflow file for this run

name: PR Labeler
on:
pull_request:
permissions:
contents: read
jobs:
pr-labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@v2
with:
egress-policy: audit
- uses: actions/checkout@v4
- uses: ./
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}