Skip to content

Bump eslint-plugin-jest from 28.8.1 to 28.8.2 #1188

Bump eslint-plugin-jest from 28.8.1 to 28.8.2

Bump eslint-plugin-jest from 28.8.1 to 28.8.2 #1188

Workflow file for this run

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