Skip to content

Bump typescript from 6.0.3 to 7.0.2 in the npm-major group across 1 directory #112

Bump typescript from 6.0.3 to 7.0.2 in the npm-major group across 1 directory

Bump typescript from 6.0.3 to 7.0.2 in the npm-major group across 1 directory #112

Workflow file for this run

# Org-wide CLA gate — see traverse-framework/.github (governance v1.0.1).
name: cla
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]
permissions:
actions: write
contents: read
pull-requests: write
statuses: write
jobs:
cla:
uses: traverse-framework/.github/.github/workflows/reusable-cla.yml@bootstrap-governance
secrets:
cla-assistant-pat: ${{ secrets.CLA_ASSISTANT_PAT }}