Skip to content

Bump @oclif/test from 3.2.15 to 4.0.9 #11922

Bump @oclif/test from 3.2.15 to 4.0.9

Bump @oclif/test from 3.2.15 to 4.0.9 #11922

Workflow file for this run

name: Lint SAF-CLI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "18"
check-latest: true
cache: 'npm'
- name: Install project dependencies
run: npm ci
- name: Run lint
run: npm run lint:ci