Skip to content

♻️ Refactor before adding more getter #57

♻️ Refactor before adding more getter

♻️ Refactor before adding more getter #57

Workflow file for this run

name: CLI Tests
on:
push:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
matrix:
node-version: [20.x, 22.x]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --no-ignore-optional
- run: yarn cli --help