Skip to content

chore(deps): bump @oclif/core from 4.8.0 to 4.10.3 #718

chore(deps): bump @oclif/core from 4.8.0 to 4.10.3

chore(deps): bump @oclif/core from 4.8.0 to 4.10.3 #718

Workflow file for this run

name: CI
on:
push:
branches: [main, feat/*]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: "24"
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test
- run: yarn build