Skip to content

chore(deps): bump commander from 12.1.0 to 14.0.3 #48

chore(deps): bump commander from 12.1.0 to 14.0.3

chore(deps): bump commander from 12.1.0 to 14.0.3 #48

Workflow file for this run

name: CI
on:
push:
branches: ["**"]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Type check
run: npx tsc --noEmit
- name: Run tests
run: npm test