Skip to content

build(deps): bump commander from 11.1.0 to 12.0.0 #205

build(deps): bump commander from 11.1.0 to 12.0.0

build(deps): bump commander from 11.1.0 to 12.0.0 #205

Workflow file for this run

name: Test CI
on:
pull_request:
push:
branches:
- '!master'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v1
- name: Install deps
run: bun i
- name: CI
run: bun run ci
- name: Test
run: bun run test