Skip to content

Bump eslint-plugin-jest from 28.2.0 to 28.5.0 #901

Bump eslint-plugin-jest from 28.2.0 to 28.5.0

Bump eslint-plugin-jest from 28.2.0 to 28.5.0 #901

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm run lint:test
- run: npm run test
env:
CI: true