Skip to content

Bump eslint-plugin-jest from 26.2.2 to 27.6.1 #1102

Bump eslint-plugin-jest from 26.2.2 to 27.6.1

Bump eslint-plugin-jest from 26.2.2 to 27.6.1 #1102

Workflow file for this run

name: Node CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm ci
- run: npm test
env:
CI: true