Skip to content

deps: bump commander from 12.1.0 to 14.0.3 #130

deps: bump commander from 12.1.0 to 14.0.3

deps: bump commander from 12.1.0 to 14.0.3 #130

Workflow file for this run

name: Typecheck
permissions:
contents: read
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
workflow_dispatch:
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
node-version: '22'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm typecheck