Skip to content

Bump @oclif/test from 1.2.9 to 3.2.15 (#63) #49

Bump @oclif/test from 1.2.9 to 3.2.15 (#63)

Bump @oclif/test from 1.2.9 to 3.2.15 (#63) #49

Workflow file for this run

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