Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Bump eslint-plugin-jest from 28.5.0 to 28.8.1 #237

Bump eslint-plugin-jest from 28.5.0 to 28.8.1

Bump eslint-plugin-jest from 28.5.0 to 28.8.1 #237

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node 18
uses: actions/setup-node@v4
with:
node-version: '18'
check-latest: true
- name: Install
run: npm ci
- name: Test
run: npm run test
env:
CI: true