Skip to content

chore(deps-dev): bump typescript from 5.5.4 to 5.6.3 #3244

chore(deps-dev): bump typescript from 5.5.4 to 5.6.3

chore(deps-dev): bump typescript from 5.5.4 to 5.6.3 #3244

Workflow file for this run

name: Commitlint
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
commitlint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- name: Install
run: |
pnpm install --frozen-lockfile --prefer-offline
- run: pnpm exec commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose