Skip to content

chore(deps-dev): bump @eslint/plugin-kit in the npm_and_yarn group #583

chore(deps-dev): bump @eslint/plugin-kit in the npm_and_yarn group

chore(deps-dev): bump @eslint/plugin-kit in the npm_and_yarn group #583

Workflow file for this run

name: "Test"
on: push
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
node-version: 18.x
- run: npm ci
- run: npm test