Skip to content

Update dependency @oclif/core to v4 #1097

Update dependency @oclif/core to v4

Update dependency @oclif/core to v4 #1097

Workflow file for this run

name: Build
on:
push:
paths-ignore:
- 'docs/**'
- '*.md'
jobs:
test:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
- run: npm ci
- run: npm run build --ws
- run: npm run check --ws
- run: npm run test --ws