Skip to content

chore(deps): bump @oclif/plugin-autocomplete from 2.3.10 to 3.1.5 #1138

chore(deps): bump @oclif/plugin-autocomplete from 2.3.10 to 3.1.5

chore(deps): bump @oclif/plugin-autocomplete from 2.3.10 to 3.1.5 #1138

Workflow file for this run

name: Unit Tests
on:
pull_request
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.10.0'
- run: yarn install
- run: yarn build
- run: yarn test:ci