Skip to content

Bump eslint-config-oclif from 5.2.2 to 6.0.15 #96

Bump eslint-config-oclif from 5.2.2 to 6.0.15

Bump eslint-config-oclif from 5.2.2 to 6.0.15 #96

Workflow file for this run

name: Node CI Suite
on:
push
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [20.x, 22.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn --frozen-lockfile --ignore-engines
- run: yarn test