Skip to content

Bump commander from 11.1.0 to 12.0.0 #15

Bump commander from 11.1.0 to 12.0.0

Bump commander from 11.1.0 to 12.0.0 #15

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version: "20"
cache: pnpm
- run: pnpm install
- run: pnpm test